Fixed pointer type warning.

This commit is contained in:
Nicholas Bishop 2008-02-16 18:00:22 +00:00
parent 1543b0f1f1
commit bb410eb7da

@ -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,