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

commits at squeakvm.org commits at squeakvm.org
Fri Apr 2 02:55:52 UTC 2010


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;



More information about the Vm-dev mailing list