Adds Hotspot control to custom cursor.

This commit is contained in:
2003-11-12 13:32:11 +00:00
parent bd993f13d4
commit a0471975d8
5 changed files with 8 additions and 6 deletions

View File

@@ -7376,7 +7376,7 @@ void KnifeSubdivide(char mode){
oldcursor=get_cursor();
//set_cursor(CURSOR_PENCIL);
win=winlay_get_active_window();
window_set_custom_cursor(win, mask, bitmap);
window_set_custom_cursor(win, mask, bitmap, 0, 15);
//GHOST_SetCustomCursorShape(win->ghostwin, mask, bitmap, 0, 15);
curve=get_mouse_trail(&len, TRAIL_MIXED);