From bb05f0d4bf3818eec40efbf0ca30ae4bd21a65b4 Mon Sep 17 00:00:00 2001 From: Josh Andler Date: Mon, 19 Jun 2006 02:23:07 +0000 Subject: initial color cursor implementation (reads from pixbufs, will work on reading from svg instead) (bzr r1227) --- src/spiral-context.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/spiral-context.cpp') diff --git a/src/spiral-context.cpp b/src/spiral-context.cpp index 51d938c84..92c338d84 100644 --- a/src/spiral-context.cpp +++ b/src/spiral-context.cpp @@ -31,6 +31,7 @@ #include "desktop-style.h" #include "message-context.h" #include "pixmaps/cursor-spiral.xpm" +#include "pixmaps/cursor-spiral.pixbuf" #include "spiral-context.h" #include "sp-metrics.h" #include @@ -94,6 +95,11 @@ sp_spiral_context_init(SPSpiralContext *spiral_context) SPEventContext *event_context = SP_EVENT_CONTEXT(spiral_context); event_context->cursor_shape = cursor_spiral_xpm; + event_context->cursor_pixbuf = gdk_pixbuf_new_from_inline( + -1, + cursor_spiral_pixbuf, + FALSE, + NULL); event_context->hot_x = 4; event_context->hot_y = 4; event_context->xp = 0; -- cgit v1.2.3