diff --git a/source/blender/src/ghostwinlay.c b/source/blender/src/ghostwinlay.c index 87316e8e3c5..03e3742559b 100644 --- a/source/blender/src/ghostwinlay.c +++ b/source/blender/src/ghostwinlay.c @@ -496,7 +496,7 @@ static int change_bit(int val, int bit, int to_on) { return to_on?(val|bit):(val&~bit); } -static void update_tablet_data(Window *win, Window *ghostwin) { +static void update_tablet_data(Window *win, GHOST_WindowHandle ghostwin) { const GHOST_TabletData *td= GHOST_GetTabletData(ghostwin); /* if there's tablet data from an active tablet device then use it,