diff options
Diffstat (limited to '')
-rw-r--r-- | src/monitor.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/monitor.py b/src/monitor.py index b8f5cff..b2bfa84 100644 --- a/src/monitor.py +++ b/src/monitor.py @@ -17,6 +17,8 @@ import sys +from curve import * + # /usr/lib LIBDIR = 'bin' sys.path.append(LIBDIR) @@ -43,6 +45,7 @@ def translate_to_integers(): def close_c_bindings(): global randr_opened if randr_opened: + randr_opened = False randr_close() |