Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKshitij Kumar <kshitijakumar@gmail.com>2013-01-13 14:48:22 (GMT)
committer Kshitij Kumar <kshitijakumar@gmail.com>2013-01-13 14:48:22 (GMT)
commit3282e93ea1ff14cb8eb5e358fde68aeebe55e7e5 (patch)
treea3eb163b5445c23b62bd5ac23b421038a60eb05c
parent0cb5f5fc10a5d11b2589c7a3d0fc416d7eed36b1 (diff)
reverting previous changes
-rwxr-xr-xmoon.py16
1 files changed, 4 insertions, 12 deletions
diff --git a/moon.py b/moon.py
index 0cb753e..3d1ddca 100755
--- a/moon.py
+++ b/moon.py
@@ -302,18 +302,10 @@ class MoonActivity(activity.Activity):
#self.image_pixbuf.draw_rectangle(self.gc, True, 0, 0, IMAGE_SIZE, IMAGE_SIZE)
# Create a 1bit shadow mask
- -
- cr = cairo.Context(cairo_surface)
- cr.rectangle(0, 0, IMAGE_SIZE, IMAGE_SIZE)
- cr.set_source_rgb(0.0, 0.0, 0.0)
- cr.fill()
- self.image_pixbuf_get_from_surface(cairo_surface, 0, 0, IMAGE_SIZE, IMAGE_SIZE)
- self.image.set_from_pixbuf(self.image_pixbuf)
-
- #mask_pixbuf = cairo_surface(self.image_pixbuf, IMAGE_SIZE, IMAGE_SIZE, depth=1)
- #kgc = mask_pixbuf.new_gc(foreground=self.black_alloc_color)
- #wgc = mask_pixbuf.new_gc(foreground=self.white_alloc_color)
- #mask_pixbuf.draw_rectangle(kgc, True, 0, 0, IMAGE_SIZE, IMAGE_SIZE)
+ mask_pixbuf = cairo_surface(self.image_pixbuf, IMAGE_SIZE, IMAGE_SIZE, depth=1)
+ kgc = mask_pixbuf.new_gc(foreground=self.black_alloc_color)
+ wgc = mask_pixbuf.new_gc(foreground=self.white_alloc_color)
+ mask_pixbuf.draw_rectangle(kgc, True, 0, 0, IMAGE_SIZE, IMAGE_SIZE)
if self.data_model.phase_of_moon <= .25: