diff options
author | Camil Staps | 2015-08-21 21:54:12 +0200 |
---|---|---|
committer | Camil Staps | 2015-08-21 21:54:12 +0200 |
commit | 8bf9c985df5ae842ec69e1ba1a8fd0848c49dc25 (patch) | |
tree | e706b35a754ce4c59dc36623ae62a31f4c486bd0 /Linux_C_12/intrface_121.h | |
parent | Renaming SetWindowSize to SetWidgetSize as it is generic for all GtkWidgets (diff) |
Implemented GETCLIPBOARDCOUNT; fix C warning
Diffstat (limited to 'Linux_C_12/intrface_121.h')
-rw-r--r-- | Linux_C_12/intrface_121.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Linux_C_12/intrface_121.h b/Linux_C_12/intrface_121.h index 10bdd85..1007549 100644 --- a/Linux_C_12/intrface_121.h +++ b/Linux_C_12/intrface_121.h @@ -93,6 +93,7 @@ #define CcRqCLIPBOARDHASTEXT 1812
#define CcRqGETCLIPBOARDTEXT 1811
#define CcRqSETCLIPBOARDTEXT 1810
+#define CcRqGETCLIPBOARDCOUNT 1809
#define CcRqDIRECTORYDIALOG 1802 /* create directory selector dialog. */
#define CcRqFILESAVEDIALOG 1801
#define CcRqFILEOPENDIALOG 1800
|