aboutsummaryrefslogtreecommitdiff
path: root/clCrossCall_12.icl
diff options
context:
space:
mode:
authorCamil Staps2015-08-21 21:13:19 +0200
committerCamil Staps2015-08-21 21:13:19 +0200
commit2f3f6cdb9ecb7844ff9df64b930881725a2ca033 (patch)
treefcf12b09746b48ff23922171b41b868a629505cb /clCrossCall_12.icl
parentFixing unchecked casts (diff)
Renaming SetWindowSize to SetWidgetSize as it is generic for all GtkWidgets
Diffstat (limited to 'clCrossCall_12.icl')
-rw-r--r--clCrossCall_12.icl2
1 files changed, 1 insertions, 1 deletions
diff --git a/clCrossCall_12.icl b/clCrossCall_12.icl
index 6539748..3d71ead 100644
--- a/clCrossCall_12.icl
+++ b/clCrossCall_12.icl
@@ -292,7 +292,7 @@ CcRqADDCONTROLTIP :== 1436 /* PA: added to add controls to tooltip areas. */
CcRqGETWINDOWSIZE :== 1435 /* PA: added to retrieve bounding size of windows. */
CcRqRESTACKWINDOW :== 1434 /* PA: added to restack windows. */
CcRqSHOWWINDOW :== 1433 /* PA: added to (hide/show) windows. */
-CcRqSETWINDOWSIZE :== 1432 /* PA: added to resize windows/controls. */
+CcRqSETWIDGETSIZE :== 1432 /* PA: added to resize windows/controls. */
CcRqSETSELECTWINDOW :== 1431 /* PA: added to (en/dis)able windows. */
CcRqSETWINDOWPOS :== 1430 /* PA: added to move windows/controls. */