summaryrefslogtreecommitdiff
path: root/src/xterm.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-09-29 11:32:13 +0000
committerJim Blandy <jimb@redhat.com>1992-09-29 11:32:13 +0000
commitbbe42033d2a35e8cdf8afcfc7aea1118ff94896f (patch)
treec8c1249cb991d63bd98f2d5fd1554e3daf4bd3d4 /src/xterm.h
parent11270fa7b37314d7eef0fc2ad3364cc90a992ef2 (diff)
downloademacs-bbe42033d2a35e8cdf8afcfc7aea1118ff94896f.tar.gz
* xterm.h (ROOT_WINDOW): Use the DefaultScreen macro, not the
XDefaultScreen function.
Diffstat (limited to 'src/xterm.h')
-rw-r--r--src/xterm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h
index a6e7975d24c..fdaec698838 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -77,7 +77,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define DISPLAY_SCREEN_ARG x_current_display, \
XDefaultScreen (x_current_display)
#define DISPLAY_CELLS DisplayCells (x_current_display, XDefaultScreen (x_current_display))
-#define ROOT_WINDOW RootWindow (x_current_display, XDefaultScreen (x_current_display))
+#define ROOT_WINDOW RootWindow (x_current_display, DefaultScreen (x_current_display))
#define FONT_TYPE XFontStruct
#define Color XColor