Backup - Adding design for AxWin3 to git
authorJohn Hodge <[email protected]>
Fri, 3 Jun 2011 07:45:24 +0000 (15:45 +0800)
committerJohn Hodge <[email protected]>
Fri, 3 Jun 2011 07:45:24 +0000 (15:45 +0800)
Usermode/Applications/axwin3_src/WM/include/common.h [new file with mode: 0644]
Usermode/Applications/axwin3_src/WM/include/messages.h [new file with mode: 0644]
Usermode/Applications/axwin3_src/WM/messageio.c [new file with mode: 0644]
Usermode/Applications/axwin3_src/notes.txt [new file with mode: 0644]

diff --git a/Usermode/Applications/axwin3_src/WM/include/common.h b/Usermode/Applications/axwin3_src/WM/include/common.h
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/Usermode/Applications/axwin3_src/WM/include/messages.h b/Usermode/Applications/axwin3_src/WM/include/messages.h
new file mode 100644 (file)
index 0000000..2473140
--- /dev/null
@@ -0,0 +1,13 @@
+/*
+ * Acess2 GUI (AxWin3)
+ */
+#ifndef _MESSAGES_H_
+#define _MESSAGES_H_
+
+enum eMessages
+{
+       MSG_NULL,
+};
+
+#endif
+
diff --git a/Usermode/Applications/axwin3_src/WM/messageio.c b/Usermode/Applications/axwin3_src/WM/messageio.c
new file mode 100644 (file)
index 0000000..b1e2aa6
--- /dev/null
@@ -0,0 +1,22 @@
+/*
+ * Acess2 GUI (axwin3)
+ * By John Hodge (thePowersGang)
+ * 
+ * messageio.c
+ * - Common message handling code
+ */
+#include <common.h>
+#include <messages.h>
+
+// === PROTOTYPES ===
+
+// === GLOBALS ===
+
+// === CODE ===
+void DispachMessage(tAxWin_Message *Message)
+{
+       switch(Message->ID)
+       {
+       
+       }
+}
diff --git a/Usermode/Applications/axwin3_src/notes.txt b/Usermode/Applications/axwin3_src/notes.txt
new file mode 100644 (file)
index 0000000..cea9d36
--- /dev/null
@@ -0,0 +1,4 @@
+Window Based GUI
+Every window has a position, size, class and text and three colours (background, text and detail)
+
+Window Classes provide render information in form of a bytecode

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