/[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.19.2.3 by gnu_andrew, Sat Jan 15 17:02:22 2005 UTC revision 1.19.2.4 by gnu_andrew, Sun Jan 16 15:15:14 2005 UTC
# Line 147  struct graphics Line 147  struct graphics
147  #define AWT_BUTTON2_DOWN_MASK (1 << 11)  #define AWT_BUTTON2_DOWN_MASK (1 << 11)
148  #define AWT_BUTTON3_DOWN_MASK (1 << 12)  #define AWT_BUTTON3_DOWN_MASK (1 << 12)
149    
150    #define AWT_BUTTON1_MASK (1 << 4)
151    #define AWT_BUTTON2_MASK (1 << 3)
152    #define AWT_BUTTON3_MASK (1 << 2)
153    
154  #define MULTI_CLICK_TIME   250  #define MULTI_CLICK_TIME   250
155  /* as opposed to a MULTI_PASS_TIME :) */  /* as opposed to a MULTI_PASS_TIME :) */
156    
# Line 480  void set_parent (GtkWidget *widget, GtkC Line 484  void set_parent (GtkWidget *widget, GtkC
484    
485  jint keyevent_state_to_awt_mods (GdkEvent *event);  jint keyevent_state_to_awt_mods (GdkEvent *event);
486    
487    guint awt_keycode_to_keysym (jint keyCode, jint keyLocation);
488    
489  struct item_event_hook_info  struct item_event_hook_info
490  {  {
491    jobject peer_obj;    jobject peer_obj;

Legend:
Removed from v.1.19.2.3  
changed lines
  Added in v.1.19.2.4

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