Skip to content

Commit 76c017e

Browse files
committed
Honor DISPLAY variable regardless of xnest
1 parent 491b6a8 commit 76c017e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -215,14 +215,11 @@ App::App(int argc, char ** argv)
215215
void App::Run()
216216
{
217217
DisplayName = DISPLAY;
218-
219-
#ifdef XNEST_DEBUG
220218
char * p = getenv("DISPLAY");
221219
if (p && p[0]) {
222220
DisplayName = p;
223221
cout << "Using display name " << DisplayName << endl;
224222
}
225-
#endif
226223

227224
/* Read theme */
228225
string themebase = "";

0 commit comments

Comments
 (0)