Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8e63340d
Commit
8e63340d
authored
Mar 13, 2015
by
Paul Eggert
Browse files
* frame.c (x_get_resource_string) [!USE_GTK]: Don't define.
parent
2c59be9c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/ChangeLog
src/ChangeLog
+2
-0
src/frame.c
src/frame.c
+1
-1
No files found.
src/ChangeLog
View file @
8e63340d
2015-03-13 Paul Eggert <eggert@cs.ucla.edu>
* frame.c (x_get_resource_string) [!USE_GTK]: Don't define.
* editfns.c, systime.h (mktime_z) [!HAVE_TZALLOC]: Now static.
2015-03-12 Eli Zaretskii <eliz@gnu.org>
...
...
src/frame.c
View file @
8e63340d
...
...
@@ -4188,7 +4188,7 @@ display_x_get_resource (Display_Info *dpyinfo, Lisp_Object attribute,
attribute
,
class
,
component
,
subclass
);
}
#if defined HAVE_X_WINDOWS && !defined USE_X_TOOLKIT
#if defined HAVE_X_WINDOWS && !defined USE_X_TOOLKIT
&& !defined USE_GTK
/* Used when C code wants a resource value. */
/* Called from oldXMenu/Create.c. */
char
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment