Code

more correct double opacity fix: do not multiply by opacity if item->render_opacity...
[inkscape.git] / src / event-context.h
index 400fde5e379e4bafe085a8e57dd70934b829424a..ae7ec61da315bbdc2dd0466a913e9da60dcc6cda 100644 (file)
@@ -20,7 +20,6 @@
 #include <glib-object.h>
 #include <gdk/gdktypes.h>
 #include <gdk/gdkevents.h>
-#include <gdk/gdkpixbuf.h>
 
 struct GrDrag;
 struct SPDesktop;
@@ -52,7 +51,6 @@ struct SPEventContext : public GObject {
     SPDesktop *desktop;
     Inkscape::XML::Node *prefs_repr;
     gchar **cursor_shape;
-    GdkPixbuf *cursor_pixbuf;
     gint hot_x, hot_y;
     GdkCursor *cursor;