9d86693
diff -up easystroke-0.6.0/composite.cc.gnome3fix easystroke-0.6.0/composite.cc
9d86693
--- easystroke-0.6.0/composite.cc.gnome3fix	2014-12-02 11:04:06.000305555 -0500
9d86693
+++ easystroke-0.6.0/composite.cc	2014-12-02 11:04:26.039186824 -0500
9d86693
@@ -27,6 +27,7 @@ Popup::Popup(int x1, int y1, int x2, int
9d86693
 
9d86693
 	Glib::RefPtr<Gdk::Visual> visual = get_screen()->get_rgba_visual();
9d86693
 	gtk_widget_set_visual(Widget::gobj(), visual->gobj());
9d86693
+	gtk_widget_set_app_paintable (Widget::gobj(), TRUE);
9d86693
 	signal_draw().connect(sigc::mem_fun(*this, &Popup::on_draw));
9d86693
 	realize();
9d86693
 	move(x1, y1);