diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-15 17:38:49 +1000 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-10-07 16:35:29 -0700 |
commit | f356e9b8ffa98141d86c0b65bd3679efbec1ac27 (patch) | |
tree | d2fcdbb8dd403877e37383406daef0bcaae6683d /xts5/Xlib3/XScreenCount.m | |
parent | d8cdeb341f1b62c307c408f20d3b335b8246b25c (diff) |
Purge XT_DISPLAY config variable, use DISPLAY environment var instead.
Let's use DISPLAY like every other sane X application does, not through a
variable set at configure time.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
Diffstat (limited to 'xts5/Xlib3/XScreenCount.m')
-rw-r--r-- | xts5/Xlib3/XScreenCount.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xts5/Xlib3/XScreenCount.m b/xts5/Xlib3/XScreenCount.m index 6a165f75..a9d612ab 100644 --- a/xts5/Xlib3/XScreenCount.m +++ b/xts5/Xlib3/XScreenCount.m @@ -106,7 +106,7 @@ Display *display = Dsp; >># >># COMMENT: Could maybe assume numbering scheme for screen to be 0,1,2... >># then try to open each one using XOpenDisplay with a modified ->># XT_DISPLAY value. +>># DISPLAY value. >># >># Cal 24/7/91 >># REPLY: This is now done in the appropriate test for XOpenDisplay. |