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:
authorNicholas Bishop <nicholasbishop@gmail.com>2008-02-16 21:00:22 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2008-02-16 21:00:22 +0300
commitbb410eb7da428f4939b24851d85fecfd9967b468 (patch)
tree65070522e24e483dfefd1d0b2c5eec9042f15b22 /source/blender/src/ghostwinlay.c
parent1543b0f1f1906cf4d99111853f560efbf3a5cf37 (diff)
Fixed pointer type warning.
Diffstat (limited to 'source/blender/src/ghostwinlay.c')
-rw-r--r--source/blender/src/ghostwinlay.c2
1 files changed, 1 insertions, 1 deletions
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,