Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Wenzlaff <rwenzlaff@soylent-green.com>2003-11-12 16:32:11 +0300
committerRobert Wenzlaff <rwenzlaff@soylent-green.com>2003-11-12 16:32:11 +0300
commita0471975d869cf70aa81a4bb3f2c896c3d5f0b26 (patch)
tree2d6672d50067a5ce81205d6291bf47eb54a50a57 /source/blender/src/editscreen.c
parentbd993f13d40d1b08798bd0145e3466239ab29277 (diff)
Adds Hotspot control to custom cursor.
Diffstat (limited to 'source/blender/src/editscreen.c')
-rw-r--r--source/blender/src/editscreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editscreen.c b/source/blender/src/editscreen.c
index 10fdf34e455..cdf542f6dd4 100644
--- a/source/blender/src/editscreen.c
+++ b/source/blender/src/editscreen.c
@@ -3068,7 +3068,7 @@ void set_timecursor(int nr)
}
curcursor= CURSOR_NONE;
- window_set_custom_cursor(mainwin, mask, bitmap);
+ window_set_custom_cursor(mainwin, mask, bitmap, 7, 7);
BIF_renderwin_set_custom_cursor(mask, bitmap);
}