summaryrefslogtreecommitdiffstats
path: root/src/monitor.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-24 19:55:13 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-24 19:55:13 +0100
commit46b42aae13ba56c5a9c000e09d4165169638f410 (patch)
treed0a4698ca5473c985b765d3131c42a7bf4460ab8 /src/monitor.py
parentsplit Configuration API chapter into 7 sections (diff)
downloadblueshift-46b42aae13ba56c5a9c000e09d4165169638f410.tar.gz
blueshift-46b42aae13ba56c5a9c000e09d4165169638f410.tar.bz2
blueshift-46b42aae13ba56c5a9c000e09d4165169638f410.tar.xz
m + info: add section: hardware detection
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/monitor.py')
-rw-r--r--src/monitor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/monitor.py b/src/monitor.py
index 67c2c16..f09db6d 100644
--- a/src/monitor.py
+++ b/src/monitor.py
@@ -365,6 +365,7 @@ class Output:
@variable widthmm:int? The physical width of the monitor, measured in millimetres, `None` if unknown or not connected
@variable heigthmm:int? The physical height of the monitor, measured in millimetres, `None` if unknown or not connected
@variable crtc:int? The CRTC index, `None` if not connected
+ @variable screen:int? The screen index, `None` if none
'''
def __init__(self):
'''