/[emacs]/emacs/src/xfns.c
ViewVC logotype

Diff of /emacs/src/xfns.c

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

revision 1.591 by jhd, Thu Aug 21 19:54:47 2003 UTC revision 1.592 by lute, Tue Aug 26 08:44:35 2003 UTC
# Line 125  static Lisp_Object Vmotif_version_string Line 125  static Lisp_Object Vmotif_version_string
125    
126  #endif /* USE_X_TOOLKIT */  #endif /* USE_X_TOOLKIT */
127    
128    #ifdef USE_GTK
129    
130    /* GTK+ version info */
131    
132    static Lisp_Object Vgtk_version_string;
133    
134    #endif /* USE_GTK */
135    
136  #ifdef HAVE_X11R4  #ifdef HAVE_X11R4
137  #define MAXREQUEST(dpy) (XMaxRequestSize (dpy))  #define MAXREQUEST(dpy) (XMaxRequestSize (dpy))
138  #else  #else
# Line 10899  meaning don't clear the cache.  */); Line 10907  meaning don't clear the cache.  */);
10907  #endif /* USE_MOTIF */  #endif /* USE_MOTIF */
10908  #endif /* USE_X_TOOLKIT */  #endif /* USE_X_TOOLKIT */
10909    
10910    #ifdef USE_GTK
10911      Fprovide (intern ("gtk"), Qnil);
10912    
10913      DEFVAR_LISP ("gtk-version-string", &Vgtk_version_string,
10914                   doc: /* Version info for GTK+.  */);
10915      {
10916        char gtk_version[40];
10917        g_snprintf (gtk_version, sizeof (gtk_version), "%u.%u.%u",
10918                    GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
10919        Vgtk_version_string = build_string (gtk_version);
10920      }
10921    #endif /* USE_GTK */
10922    
10923    /* X window properties.  */    /* X window properties.  */
10924    defsubr (&Sx_change_window_property);    defsubr (&Sx_change_window_property);
10925    defsubr (&Sx_delete_window_property);    defsubr (&Sx_delete_window_property);

Legend:
Removed from v.1.591  
changed lines
  Added in v.1.592

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