Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-03 01:54:56 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-03 01:54:56 (GMT)
commit153ec8fa087707774abb08805e5b9a38a64bdc0a (patch)
tree5d98126bb8b9e1202042d751a6dcae8aa439594d /constants.py
parent06708f120d93bc952979192a7ee16a6c5d102a08 (diff)
working #s on xo
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@857 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.py b/constants.py
index 20c6728..f1637c1 100644
--- a/constants.py
+++ b/constants.py
@@ -245,7 +245,7 @@ class Constants:
ctx.rectangle(0, 0, w, h)
ctx.set_source_rgb(0, 0, 0)
ctx.fill()
- x = 3
+ x = 0
y = 4
ctx.translate(x,y)
ctx.set_source_surface (self.__class__.recCircleCairo, 0, 0)