summaryrefslogtreecommitdiffstats
path: root/src/monitor.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-17 01:29:14 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-17 01:29:14 +0100
commit259a1f4dc9e5d0576db2fe27160caf8afafd0b9a (patch)
tree0c0970763e2437549aab11ff3a9b67e53f017bf8 /src/monitor.py
parentdoes not belong here (diff)
downloadblueshift-259a1f4dc9e5d0576db2fe27160caf8afafd0b9a.tar.gz
blueshift-259a1f4dc9e5d0576db2fe27160caf8afafd0b9a.tar.bz2
blueshift-259a1f4dc9e5d0576db2fe27160caf8afafd0b9a.tar.xz
doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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