ui/common/context.h

changeset 1035
86d3a45dc928
parent 976
e2763e880938
--- a/ui/common/context.h	Wed Dec 31 09:16:02 2025 +0100
+++ b/ui/common/context.h	Wed Dec 31 10:06:15 2025 +0100
@@ -84,6 +84,10 @@
     GtkAccelGroup *accel_group;
 #endif 
 #endif
+#ifdef UI_WIN32
+    CxMap *command_map; // key: int, value: UiCommand
+    uint64_t command_id_counter;
+#endif
     
     // allow only one document to be attached
     // attaching a document will automatically detach the current document

mercurial