[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [13717] trunk/blender/source/blender/src/ ghostwinlay.c: Fixed pointer type warning.

Nicholas Bishop nicholasbishop at gmail.com
Sat Feb 16 19:00:22 CET 2008


Revision: 13717
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=13717
Author:   nicholasbishop
Date:     2008-02-16 19:00:22 +0100 (Sat, 16 Feb 2008)

Log Message:
-----------
Fixed pointer type warning.

Modified Paths:
--------------
    trunk/blender/source/blender/src/ghostwinlay.c

Modified: trunk/blender/source/blender/src/ghostwinlay.c
===================================================================
--- trunk/blender/source/blender/src/ghostwinlay.c	2008-02-16 16:59:26 UTC (rev 13716)
+++ trunk/blender/source/blender/src/ghostwinlay.c	2008-02-16 18:00:22 UTC (rev 13717)
@@ -496,7 +496,7 @@
 	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,





More information about the Bf-blender-cvs mailing list