ui/motif/toolkit.h

changeset 34
0ec8a5f17782
parent 28
794a5c91c479
child 36
e4198fc2ead4
--- a/ui/motif/toolkit.h	Sat May 10 15:43:22 2014 +0200
+++ b/ui/motif/toolkit.h	Sat May 10 18:52:22 2014 +0200
@@ -46,6 +46,14 @@
     int         value;
 } UiEventData;
 
+typedef struct UiJob {
+    UiObject      *obj;
+    ui_threadfunc job_func;
+    void          *job_data;
+    ui_callback   finish_callback;
+    void          *finish_data;
+} UiJob;
+
 void ui_set_active_window(Widget w);
 Widget ui_get_active_window();
 

mercurial