Usermode/AxWin3 - Managed to pass input all the way back to client code :)
[tpg/acess2.git] / Usermode / Applications / axwin3_src / libaxwin3.so_src / main.c
index 3c7d109..fcd572a 100644 (file)
@@ -27,10 +27,12 @@ void AxWin3_MainLoop(void)
        {
                msg = AxWin3_int_GetIPCMessage();
                if(!msg)        continue;       
-       
+
                // TODO: Handle message
                _SysDebug("oh look, a message (Type=%i, Window=%i, Len=%i)",
                        msg->ID, msg->Window, msg->Size);
+
+               AxWin3_int_HandleMessage( msg );
                
                free(msg);
        }

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