Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3eab3ca9
Commit
3eab3ca9
authored
Sep 03, 2012
by
Chong Yidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gtkutil.c: Add extern decl for Qxft.
parent
1882aa38
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/gtkutil.c
src/gtkutil.c
+1
-0
No files found.
src/ChangeLog
View file @
3eab3ca9
2012-09-03 Chong Yidong <cyd@gnu.org>
* gtkutil.c: Add extern decl for Qxft.
2012-09-02 Paul Eggert <eggert@cs.ucla.edu>
* emacs.c, eval.c: Use bool for boolean.
...
...
src/gtkutil.c
View file @
3eab3ca9
...
...
@@ -2038,6 +2038,7 @@ xg_get_file_name (FRAME_PTR f,
static
char
*
x_last_font_name
;
extern
Lisp_Object
Qxft
;
/* Pop up a GTK font selector and return the name of the font the user
selects, as a C string. The returned font name follows GTK's own
...
...
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