Usermode/AxWin3 - Fiddliing with things
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / include / renderer_widget.h
diff --git a/Usermode/Applications/axwin3_src/WM/include/renderer_widget.h b/Usermode/Applications/axwin3_src/WM/include/renderer_widget.h
new file mode 100644 (file)
index 0000000..fbb3e02
--- /dev/null
@@ -0,0 +1,21 @@
+/*
+ * Acess2 Window Manager v3
+ * - By John Hodge (thePowersGang)
+ *
+ * render_widget.h
+ * - AxWin2 Widget port
+ */
+#ifndef _RENDERER_WIDGET_H_
+#define _RENDERER_WIDGET_H_
+
+#include <wm_renderer.h>
+
+enum
+{
+       MSG_WIDGET_CREATE,
+       MSG_WIDGET_DELETE,
+       MSG_WIDGET_SETTEXT
+};
+
+#endif
+

UCC git Repository :: git.ucc.asn.au