/[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.21 by mkoch, Wed Sep 22 11:03:10 2004 UTC revision 1.22 by mkoch, Fri Oct 8 18:03:00 2004 UTC
# Line 107  extern struct state_table *native_pixbuf Line 107  extern struct state_table *native_pixbuf
107    
108  #endif /* JVM_SUN */  #endif /* JVM_SUN */
109    
110    #define SWAPU32(w)                                                     \
111      (((w) << 24) | (((w) & 0xff00) << 8) | (((w) >> 8) & 0xff00) | ((w) >> 24))
112    
113  struct graphics  struct graphics
114  {  {
115    GdkDrawable *drawable;    GdkDrawable *drawable;

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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