summaryrefslogtreecommitdiff
path: root/otk/display.cc
diff options
context:
space:
mode:
Diffstat (limited to 'otk/display.cc')
-rw-r--r--otk/display.cc1
1 files changed, 1 insertions, 0 deletions
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\