Usermode/AxWin3 - Compile fix
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / decorator.c
index 6600408..d30eadc 100644 (file)
@@ -129,6 +129,9 @@ void Decorator_Redraw(tWindow *Window)
                ciSideBorderWidth*2+Window->W, ciBottomBorderWidth-1,
                cColour_BottomBorder
                );
+       
+       // Buttons
+       // TODO: Conditional for each
 }
 
 int Decorator_HandleMessage(tWindow *Window, int Message, int Length, const void *Data)

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