ui/motif/graphics.h

branch
newapi
changeset 406
0ebf9d7b23e8
parent 98
efaae97bd95b
--- a/ui/motif/graphics.h	Wed Dec 04 08:57:35 2024 +0100
+++ b/ui/motif/graphics.h	Wed Dec 04 18:31:22 2024 +0100
@@ -36,38 +36,6 @@
 extern "C" {
 #endif
 
-typedef struct UiXlibGraphics {
-    UiGraphics g;
-    Display    *display;
-    Widget     widget;
-    Colormap   colormap;
-    GC         gc;
-} UiXlibGraphics;
-
-typedef struct UiDrawEvent {
-    ui_drawfunc    callback;
-    UiObject       *obj;
-    void           *userdata;
-    UiXlibGraphics gr;
-} UiDrawEvent;
-
-typedef struct UiMouseEventData {
-    UiObject    *obj;
-    ui_callback callback;
-    void        *userdata;
-    Time        last_event;
-} UiMouseEventData;
-
-struct UiTextLayout {
-    char     *text;
-    size_t   length;
-    Widget   widget;
-    XFontSet fontset;
-    int      maxwidth;
-    int      width;
-    int      height;
-    int      changed;
-};
 
 
 #ifdef	__cplusplus

mercurial