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

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

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

revision 1.47 by mark, Sun May 1 13:53:30 2005 UTC revision 1.48 by fitzsim, Thu Jun 9 22:48:02 2005 UTC
# Line 561  window_focus_in_cb (GtkWidget * widget Line 561  window_focus_in_cb (GtkWidget * widget
561                                postWindowEventID,                                postWindowEventID,
562                                (jint) AWT_WINDOW_GAINED_FOCUS,                                (jint) AWT_WINDOW_GAINED_FOCUS,
563                                (jobject) NULL, (jint) 0);                                (jobject) NULL, (jint) 0);
   /* FIXME: somewhere after this is handled, the child window is  
      getting an expose event. */  
564    gdk_threads_enter ();    gdk_threads_enter ();
565    return FALSE;    return FALSE;
566  }  }
# Line 577  window_focus_out_cb (GtkWidget * widget Line 575  window_focus_out_cb (GtkWidget * widget
575                                postWindowEventID,                                postWindowEventID,
576                                (jint) AWT_WINDOW_LOST_FOCUS,                                (jint) AWT_WINDOW_LOST_FOCUS,
577                                (jobject) NULL, (jint) 0);                                (jobject) NULL, (jint) 0);
   /* FIXME: somewhere after this is handled, the child window is  
      getting an expose event. */  
578    gdk_threads_enter ();    gdk_threads_enter ();
579    return FALSE;    return FALSE;
580  }  }

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

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