Minor misc fixes
authorJohn Hodge (sonata) <[email protected]>
Sat, 15 Mar 2014 10:17:09 +0000 (18:17 +0800)
committerJohn Hodge (sonata) <[email protected]>
Sat, 15 Mar 2014 10:17:09 +0000 (18:17 +0800)
Externals/libspiderscript/source
Usermode/Applications/axwin3_src/WM/renderers/widget/textinput.c
Usermode/Applications/axwin3_src/WM/wm.c

index a5d190a..9f2d7fa 160000 (submodule)
@@ -1 +1 @@
-Subproject commit a5d190a89ca3f3a78c8b44a855b044ff4e713bb3
+Subproject commit 9f2d7faf34c16ceaee2f1bffe3d5558c41382523
index 8335241..de862bf 100644 (file)
@@ -118,7 +118,7 @@ void Widget_TextInput_Init(tElement *Element)
        info->DrawOfs = 0;
        info->CursorXOfs = 0;
        info->CursorByteOfs = 0;
-       info->Length = NULL;
+       info->Length = 0;
 
        // No need to explicitly update parent min dims, as the AddElement routine does that    
 }
index b304cac..cc7e86e 100644 (file)
@@ -13,6 +13,7 @@
 #include <wm_messages.h>
 #include <decorator.h>
 #include <axwin3/keysyms.h>
+#include <wm_hotkeys.h>
 
 // === IMPORTS ===
 extern int     Renderer_Menu_Init(void);

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