ui/motif/window.h

changeset 930
4ce8df2311f0
parent 406
0ebf9d7b23e8
child 931
6ca1ef6c8107
--- a/ui/motif/window.h	Sun Nov 23 10:23:10 2025 +0100
+++ b/ui/motif/window.h	Sun Nov 23 10:39:51 2025 +0100
@@ -29,11 +29,15 @@
 #ifndef WINDOW_H
 #define WINDOW_H
 
+#include "../ui/window.h"
+
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-
+typedef struct UiMainWindow {
+    Widget menubar;
+} UiMainWindow;
 
 
 #ifdef __cplusplus

mercurial