/[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.3 by mark, Tue Jan 22 22:27:02 2002 UTC revision 1.4 by tromey, Sun Mar 10 18:15:53 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    
411    #if 0
412                  top = event->configure.y - y;                  top = event->configure.y - y;
413                  left = event->configure.x - x;                  left = event->configure.x - x;
414                  bottom = h - event->configure.height - top;                  bottom = h - event->configure.height - top;
415                  right = w - event->configure.width - left;                  right = w - event->configure.width - left;
416    #else
417                    top = left = bottom = right = 0;
418    #endif
419    
420                  /* configure events are not posted to the AWT event queue,                  /* configure events are not posted to the AWT event queue,
421                     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.3  
changed lines
  Added in v.1.4

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