/[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.38 by fitzsim, Thu Aug 18 01:22:00 2005 UTC revision 1.39 by mark, Mon Aug 22 10:36:15 2005 UTC
# Line 156  JNIEnv *cp_gtk_gdk_env(void); Line 156  JNIEnv *cp_gtk_gdk_env(void);
156  extern double cp_gtk_dpi_conversion_factor;  extern double cp_gtk_dpi_conversion_factor;
157  extern GtkWindowGroup *cp_gtk_global_window_group;  extern GtkWindowGroup *cp_gtk_global_window_group;
158    
159    /* Shared global clipboard for GtkClipboard and GtkSelection. */
160    extern GtkClipboard *cp_gtk_clipboard;
161    
162    /* Standard target (strings) for GtkClipboard and GtkSelection. */
163    extern jstring cp_gtk_stringTarget;
164    extern jstring cp_gtk_imageTarget;
165    extern jstring cp_gtk_filesTarget;
166    
167  /* Union used for type punning. */  /* Union used for type punning. */
168  union widget_union  union widget_union
169  {  {

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

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