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
a2d7e722
Commit
a2d7e722
authored
Jul 11, 2005
by
Jan Djärv
Browse files
* xfaces.c (x_update_menu_appearance): Use fontSet resource for
Lucid if X_I18N, font otherwise.
parent
ea6bc45d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/xfaces.c
src/xfaces.c
+5
-0
No files found.
src/ChangeLog
View file @
a2d7e722
2005-07-11 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* xfaces.c (x_update_menu_appearance): Use fontSet resource for
Lucid if X_I18N, font otherwise.
2005-07-10 Steven Tamm <steventamm@mac.com>
* mac.c (Fmac_get_file_type, Fmac_get_file_creator): Added.
...
...
src/xfaces.c
View file @
a2d7e722
...
...
@@ -4717,8 +4717,13 @@ x_update_menu_appearance (f)
#ifdef USE_MOTIF
const char *suffix = "List";
Bool motif = True;
#else
#if defined HAVE_X_I18N
const char *suffix = "Set";
#else
const char *suffix = "";
#endif
Bool motif = False;
#endif
#if defined HAVE_X_I18N
...
...
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