diff options
| author | Paul Eggert | 2013-05-09 07:49:56 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-05-09 07:49:56 -0700 |
| commit | 7583e2a0e23b20ecd29fa0e308e710bde4873ea4 (patch) | |
| tree | 9081dd49133c3f6f0a7f2e56f66f5c2876442fb4 /src/xterm.c | |
| parent | 59c886717271b57d661027685d203a3dd5cfafa7 (diff) | |
| download | emacs-7583e2a0e23b20ecd29fa0e308e710bde4873ea4.tar.gz emacs-7583e2a0e23b20ecd29fa0e308e710bde4873ea4.zip | |
* xterm.h (GTK_PREREQ): Remove, replacing with GTK_CHECK_VERSION.
(GTK_CHECK_VERSION): New macro, if not already defined.
All uses of GTK_PREREQ, GTK_MAJOR_VERSION, etc.
replaced by GTK_CHECK_VERSION.
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 55458077750..7505aa3936b 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -9921,7 +9921,7 @@ x_term_init (Lisp_Object display_name, char *xrm_option, char *resource_name) | |||
| 9921 | 9921 | ||
| 9922 | dpy = DEFAULT_GDK_DISPLAY (); | 9922 | dpy = DEFAULT_GDK_DISPLAY (); |
| 9923 | 9923 | ||
| 9924 | #if ! GTK_PREREQ (2, 90) | 9924 | #if ! GTK_CHECK_VERSION (2, 90, 0) |
| 9925 | /* Load our own gtkrc if it exists. */ | 9925 | /* Load our own gtkrc if it exists. */ |
| 9926 | { | 9926 | { |
| 9927 | const char *file = "~/.emacs.d/gtkrc"; | 9927 | const char *file = "~/.emacs.d/gtkrc"; |