* xterm.h (ROOT_WINDOW): Use the DefaultScreen macro, not the
authorJim Blandy <jimb@redhat.com>
Tue, 29 Sep 1992 11:32:13 +0000 (11:32 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 29 Sep 1992 11:32:13 +0000 (11:32 +0000)
XDefaultScreen function.

src/xterm.h

index a6e7975..fdaec69 100644 (file)
@@ -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