[commit] r2164 - Conform to new HostWindowPlugin.h for 64-bit cleanliness.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[commit] r2164 - Conform to new HostWindowPlugin.h for 64-bit cleanliness.

commits-3
 
Author: piumarta
Date: 2010-04-01 19:55:51 -0700 (Thu, 01 Apr 2010)
New Revision: 2164

Modified:
   trunk/platforms/unix/plugins/HostWindowPlugin/sqUnixHostWindowPlugin.c
Log:
Conform to new HostWindowPlugin.h for 64-bit cleanliness.

Modified: trunk/platforms/unix/plugins/HostWindowPlugin/sqUnixHostWindowPlugin.c
===================================================================
--- trunk/platforms/unix/plugins/HostWindowPlugin/sqUnixHostWindowPlugin.c 2010-04-02 02:55:01 UTC (rev 2163)
+++ trunk/platforms/unix/plugins/HostWindowPlugin/sqUnixHostWindowPlugin.c 2010-04-02 02:55:51 UTC (rev 2164)
@@ -68,11 +68,11 @@
 /* ioShowDisplayOnWindow: similar to ioShowDisplay but adds the int windowIndex
  * Return true if ok, false if not, but not currently checked
  */
-int ioShowDisplayOnWindow(
- unsigned* dispBitsIndex,
- int width, int height, int depth,
- int affectedL, int affectedR, int affectedT, int affectedB,
- int windowIndex)
+sqInt ioShowDisplayOnWindow(
+ unsigned char *dispBitsIndex,
+ sqInt width, sqInt height, sqInt depth,
+ sqInt affectedL, sqInt affectedR, sqInt affectedT, sqInt affectedB,
+ sqInt windowIndex)
 {
   if (noDisplay)
     return 0;