[Vm-dev] [commit][2699] revert type of dispBitsIndex in ioShowDisplayOnWindow()

commits at squeakvm.org commits at squeakvm.org
Thu Mar 7 22:30:50 UTC 2013


Revision: 2699
Author:   rowledge
Date:     2013-03-07 14:30:42 -0800 (Thu, 07 Mar 2013)
Log Message:
-----------
revert type of dispBitsIndex in ioShowDisplayOnWindow()

Modified Paths:
--------------
    trunk/platforms/Cross/plugins/HostWindowPlugin/HostWindowPlugin.h

Modified: trunk/platforms/Cross/plugins/HostWindowPlugin/HostWindowPlugin.h
===================================================================
--- trunk/platforms/Cross/plugins/HostWindowPlugin/HostWindowPlugin.h	2013-03-06 04:33:50 UTC (rev 2698)
+++ trunk/platforms/Cross/plugins/HostWindowPlugin/HostWindowPlugin.h	2013-03-07 22:30:42 UTC (rev 2699)
@@ -18,7 +18,7 @@
 
 /* ioShowDisplayOnWindow: similar to ioShowDisplay but adds the sqInt windowIndex
  * Return true if ok, false if not, but not currently checked */
-extern sqInt ioShowDisplayOnWindow( unsigned /* TPR char */ * dispBitsIndex, sqInt width, sqInt
+extern sqInt ioShowDisplayOnWindow( unsigned char * dispBitsIndex, sqInt width, sqInt
 height, sqInt depth, sqInt affectedL, sqInt affectedR, sqInt affectedT, sqInt affectedB,
 sqInt windowIndex);
 



More information about the Vm-dev mailing list