[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/xterm.h [lexbind]
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/src/xterm.h [lexbind] |
Date: |
Thu, 20 Nov 2003 19:37:06 -0500 |
Index: emacs/src/xterm.h
diff -c emacs/src/xterm.h:1.130.2.2 emacs/src/xterm.h:1.130.2.3
*** emacs/src/xterm.h:1.130.2.2 Tue Oct 14 19:22:52 2003
--- emacs/src/xterm.h Thu Nov 20 19:36:25 2003
***************
*** 189,194 ****
--- 189,199 ----
/* The cursor to use for vertical scroll bars. */
Cursor vertical_scroll_bar_cursor;
+ #ifdef USE_GTK
+ /* The GDK cursor for scroll bars and popup menus. */
+ GdkCursor *xg_cursor;
+ #endif
+
/* X Resource data base */
XrmDatabase xrdb;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/xterm.h [lexbind],
Miles Bader <=