/[classpath]/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c
ViewVC logotype

Diff of /classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c

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

revision 1.4 by tromey, Sun Mar 10 18:15:53 2002 UTC revision 1.5 by tromey, Sun Mar 10 18:20:41 2002 UTC
# Line 408  awt_event_handler (GdkEvent *event) Line 408  awt_event_handler (GdkEvent *event)
408                  gdk_window_get_root_geometry (event->any.window,                  gdk_window_get_root_geometry (event->any.window,
409                                                &x, &y, &w, &h, &wb, &d);                                                &x, &y, &w, &h, &wb, &d);
410    
 #if 0  
411                  top = event->configure.y - y;                  top = event->configure.y - y;
412                  left = event->configure.x - x;                  left = event->configure.x - x;
413                  bottom = h - event->configure.height - top;                  bottom = h - event->configure.height - top;
414                  right = w - event->configure.width - left;                  right = w - event->configure.width - left;
 #else  
                 top = left = bottom = right = 0;  
 #endif  
415    
416                  /* configure events are not posted to the AWT event queue,                  /* configure events are not posted to the AWT event queue,
417                     and as such, gdk/gtk will be called back before                     and as such, gdk/gtk will be called back before

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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