/[classpath]/classpath/native/jni/gtk-peer/gtkpeer.h
ViewVC logotype

Diff of /classpath/native/jni/gtk-peer/gtkpeer.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by mkoch, Fri Oct 8 22:49:28 2004 UTC revision 1.27 by mark, Tue Oct 26 23:50:04 2004 UTC
# Line 486  struct item_event_hook_info Line 486  struct item_event_hook_info
486    const char *label;    const char *label;
487  };  };
488    
489    /* Union used for type punning. */
490    union widget_union
491    {
492      void **void_widget;
493      GtkWidget **widget;
494    };
495    
496  #define DEBUG_LOCKING 0  #define DEBUG_LOCKING 0
497    
498  #if DEBUG_LOCKING  #if DEBUG_LOCKING

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26