From 85ae21d5dda29fcd6b0f7a145804323b084a5801 Mon Sep 17 00:00:00 2001 From: Robert Wenzlaff Date: Fri, 26 Dec 2003 20:12:42 +0000 Subject: Commit of cursor framework. Cursors now defined in source/blender/src/cursors.c and source/blender/include/BIF_cursors.h. Allows large cursors on Win32 and X11. See cursors.c for documentatioin on how to use. --- intern/ghost/GHOST_IWindow.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'intern/ghost/GHOST_IWindow.h') diff --git a/intern/ghost/GHOST_IWindow.h b/intern/ghost/GHOST_IWindow.h index a9331fadf59..bd15df3dba8 100644 --- a/intern/ghost/GHOST_IWindow.h +++ b/intern/ghost/GHOST_IWindow.h @@ -230,6 +230,12 @@ public: GHOST_TUns8 mask[16][2], int hotX, int hotY) = 0; + + virtual GHOST_TSuccess setCustomCursorShape(GHOST_TUns8 *bitmap, + GHOST_TUns8 *mask, + int sizex, int sizey, + int hotX, int hotY, + int fg_color, int bg_color) = 0; /** * Returns the visibility state of the cursor. -- cgit v1.2.3