diff options
| author | Josh Andler <scislac@gmail.com> | 2006-10-19 19:03:27 +0000 |
|---|---|---|
| committer | scislac <scislac@users.sourceforge.net> | 2006-10-19 19:03:27 +0000 |
| commit | 9e69eef83f511df18ca726085047e7cc4c41df31 (patch) | |
| tree | d092280e1ef9b3d3599a343852da0617e70faf4a /src/event-context.h | |
| parent | Turning on (diff) | |
| download | inkscape-9e69eef83f511df18ca726085047e7cc4c41df31.tar.gz inkscape-9e69eef83f511df18ca726085047e7cc4c41df31.zip | |
remove color cursors
(bzr r1811)
Diffstat (limited to 'src/event-context.h')
| -rw-r--r-- | src/event-context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/event-context.h b/src/event-context.h index 400fde5e3..ae7ec61da 100644 --- a/src/event-context.h +++ b/src/event-context.h @@ -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; |
