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 /Linux_C_12/intrface_121.h | |
parent | Fixing unchecked casts (diff) |
Renaming SetWindowSize to SetWidgetSize as it is generic for all GtkWidgets
Diffstat (limited to 'Linux_C_12/intrface_121.h')
-rw-r--r-- | Linux_C_12/intrface_121.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Linux_C_12/intrface_121.h b/Linux_C_12/intrface_121.h index 5b30d28..10bdd85 100644 --- a/Linux_C_12/intrface_121.h +++ b/Linux_C_12/intrface_121.h @@ -129,7 +129,7 @@ #define CcRqGETWINDOWSIZE 1435
#define CcRqRESTACKWINDOW 1434
#define CcRqSHOWWINDOW 1433
-#define CcRqSETWINDOWSIZE 1432
+#define CcRqSETWIDGETSIZE 1432
#define CcRqSETSELECTWINDOW 1431
#define CcRqSETWINDOWPOS 1430
#define CcRqSETEDITSELECTION 1428
|