From 19bfac5195a1917f4a0bbcf910e90d5b800c5146 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 11 Jan 2003 07:13:49 +0000 Subject: broken to all hell. oh no. --- otk/display.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'otk/display.cc') diff --git a/otk/display.cc b/otk/display.cc index 33dca01b..c1d6c61e 100644 --- a/otk/display.cc +++ b/otk/display.cc @@ -93,6 +93,7 @@ void OBDisplay::initialize(char *name) (void)junk; // Open the X display + printf("getenv(DISPLAY)=%s\n", getenv("DISPLAY")); if (!(display = XOpenDisplay(name))) { printf(_("Unable to open connection to the X server. Please set the \n\ DISPLAY environment variable approriately, or use the '-display' command \n\ -- cgit v1.2.3