Changeset 242


Ignore:
Timestamp:
Mar 6, 2007, 8:47:37 PM (18 years ago)
Author:
cinc
Message:

WC2007 patches for drag and drop implementation.

Location:
trunk/nom
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/nom/Makefile

    r239 r242  
    2323GCLIB           =       ./../../../o/gc.a
    2424
    25 ADDLIBS         =       -l$(OBJDIR)/voyfcls
     25ADDLIBS         =
     26#       -l$(OBJDIR)/voyfcls
    2627
    2728# Define objects to build
  • trunk/nom/class_c/nomclassmanager.c

    r239 r242  
    261261{
    262262/* NOMClassMgrData* nomThis=NOMClassMgrGetData(nomSelf); */
     263#if 0
     264  /* We have a circular reference here to the voyfcls.dll containing NOMPath, which needs nomtk.a
     265     to be built. */
    263266  NOMPath* thePath;
    264267
     
    272275  thePath=NOMPath_assignCString(thePath, g_get_current_dir(), NULL);
    273276  thePath=NOMPath_appendCString(thePath, "classlist.ini", NULL);
     277#endif
    274278
    275279  return NULL;
  • trunk/nom/class_c/nomcls.c

    r219 r242  
    1616* The Initial Developer of the Original Code is
    1717* netlabs.org: Chris Wohlgemuth <cinc-ml@netlabs.org>.
    18 * Portions created by the Initial Developer are Copyright (C) 2005-2006
     18* Portions created by the Initial Developer are Copyright (C) 2005-2007
    1919* the Initial Developer. All Rights Reserved.
    2020*
  • trunk/nom/idl/nombase.idl

    r201 r242  
    7575native  PGTree;
    7676
     77native  PGdkPixmap;
     78native  PGdkBitmap;
     79
     80native  PGArray;
     81native  PGdkDragContext;
     82native  GdkDragAction;
     83
    7784native  nomId; /* This is a typedef for a GQuark */
    7885native  pnomId;/* ...and the pointer on it.      */
  • trunk/nom/include/nom.h

    r213 r242  
    113113typedef gulong* pgulong;
    114114typedef GTree*  PGTree;
     115typedef GArray* PGArray;
     116
    115117
    116118typedef gchar **nomID;                 /* This will be reomoved later. Don't use anymore */
Note: See TracChangeset for help on using the changeset viewer.