diff options
Diffstat (limited to 'src/sman')
-rw-r--r-- | src/sman/sman.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sman/sman.c b/src/sman/sman.c index 76c6d59e..a29edfa0 100644 --- a/src/sman/sman.c +++ b/src/sman/sman.c @@ -235,7 +235,7 @@ should_I_clef(void) static int in_X(void) { - if (getenv("DISPLAY")) return 1; + if (oa_getenv("DISPLAY")) return 1; return 0; } |