summaryrefslogtreecommitdiffstats
path: root/src/monitor.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/monitor.py')
-rw-r--r--src/monitor.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/monitor.py b/src/monitor.py
index 52bc220..7df4336 100644
--- a/src/monitor.py
+++ b/src/monitor.py
@@ -43,6 +43,9 @@ def translate_to_integers():
def close_c_bindings():
+ '''
+ Close all C bindings and let them free resources and close connections
+ '''
global randr_opened
if randr_opened:
randr_opened = False