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
58e91b77
Commit
58e91b77
authored
Mar 02, 2003
by
Jan Djärv
Browse files
* xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
parent
048addec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/xterm.h
src/xterm.h
+3
-1
No files found.
src/ChangeLog
View file @
58e91b77
2003-03-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
2003-02-25 Kim F. Storm <storm@cua.dk>
* xdisp.c (redisplay_window): Fix infinite loop in redisplay.
...
...
src/xterm.h
View file @
58e91b77
...
...
@@ -44,8 +44,10 @@ typedef Widget xt_or_gtk_widget;
/* Some definitions to reduce conditionals. */
typedef
GtkWidget
*
xt_or_gtk_widget
;
#define XtParent(x) (gtk_widget_get_parent (x))
#undef XSync
#define XSync(d, b) gdk_window_process_all_updates ()
#endif
#endif
/* USE_GTK */
/* The class of this X application. */
#define EMACS_CLASS "Emacs"
...
...
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