emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xterm.h


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/xterm.h
Date: Sun, 02 Mar 2003 08:13:37 -0500

Index: emacs/src/xterm.h
diff -c emacs/src/xterm.h:1.140 emacs/src/xterm.h:1.141
*** emacs/src/xterm.h:1.140     Tue Feb  4 09:03:17 2003
--- emacs/src/xterm.h   Sun Mar  2 08:13:33 2003
***************
*** 44,51 ****
  /* Some definitions to reduce conditionals.  */
  typedef GtkWidget *xt_or_gtk_widget;
  #define XtParent(x) (gtk_widget_get_parent (x))
  
! #endif
  
  /* The class of this X application.  */
  #define EMACS_CLASS "Emacs"
--- 44,53 ----
  /* 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 /* USE_GTK */
  
  /* The class of this X application.  */
  #define EMACS_CLASS "Emacs"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]