diff options
author | Camil Staps | 2015-08-21 21:13:19 +0200 |
---|---|---|
committer | Camil Staps | 2015-08-21 21:13:19 +0200 |
commit | 2f3f6cdb9ecb7844ff9df64b930881725a2ca033 (patch) | |
tree | fcf12b09746b48ff23922171b41b868a629505cb /clCrossCall_12.dcl | |
parent | Fixing unchecked casts (diff) |
Renaming SetWindowSize to SetWidgetSize as it is generic for all GtkWidgets
Diffstat (limited to 'clCrossCall_12.dcl')
-rw-r--r-- | clCrossCall_12.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clCrossCall_12.dcl b/clCrossCall_12.dcl index 3140714..7c833bb 100644 --- a/clCrossCall_12.dcl +++ b/clCrossCall_12.dcl @@ -144,7 +144,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. */
|