Usermode/axwin2 - Compile fixes for clang
authorJohn Hodge <[email protected]>
Thu, 24 Mar 2011 08:04:37 +0000 (16:04 +0800)
committerJohn Hodge <[email protected]>
Thu, 24 Mar 2011 08:04:37 +0000 (16:04 +0800)
Usermode/Applications/axwin2_src/WM/video_text.c
Usermode/Applications/axwin2_src/WM/wm.c

index 7cf1049..b776424 100644 (file)
@@ -50,7 +50,7 @@ tGlyph        *_SystemFont_CacheGlyph(tFont *Font, uint32_t Codepoint);
 
 // === GLOBALS ===
 tFont  gSystemFont = {
-       CacheGlyph: _SystemFont_CacheGlyph
+       .CacheGlyph = _SystemFont_CacheGlyph
 };
 
 // === CODE ===
index f107ae7..e2b0d23 100644 (file)
@@ -26,7 +26,7 @@ void  WM_Update(void);
 
 // === GLOBALS ===
 tElement       gWM_RootElement = {
-       DebugName: "ROOT"
+       .DebugName = "ROOT"
 };
 struct {
        void    (*Init)(tElement *This);

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