aboutsummaryrefslogtreecommitdiff
path: root/pixelcore/Screen.py
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2011-02-16 18:29:41 -0500
committerGravatar rcoh <rcoh@mit.edu>2011-02-16 18:29:41 -0500
commitfffc14c4672294d9bbf8c60edfe8c309f0d54698 (patch)
tree19057b2e98735cc30fa1e0b3932d416946f8d705 /pixelcore/Screen.py
parent24aa31808de6a4dc06a651076e5b292aebd9240d (diff)
parent2df9e408a0ff74539862c4a4e562a878cc11a329 (diff)
Merge branch 'conner5' of https://github.com/dxiao/SmootLight into dxiao-conner5
Conflicts: config/C5Sign.xml layouts/SpecifiedLayout.py
Diffstat (limited to 'pixelcore/Screen.py')
-rw-r--r--pixelcore/Screen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pixelcore/Screen.py b/pixelcore/Screen.py
index ada8d4a..1bed4f1 100644
--- a/pixelcore/Screen.py
+++ b/pixelcore/Screen.py
@@ -79,7 +79,7 @@ class Screen:
maxY = max(y, maxY)
self.size = (0,0, maxX, maxY)
self.sizeValid = True
- return (0, 0, maxX, maxY)
+ return (minX, minY, maxX, maxY)
#private
def processResponse(self, responseInfo, currentTime=None): #we need to make a new dict for