4 * Implementation of the windowing interface.
19 unsigned int hasFocus
:1;
20 unsigned int drawBorder
:1;
27 Window_Create(WParam
*wp
)
29 if (wp
->bg
== COLOR_DEFAULT
) {
30 wp
->bg
= COLOR_WINDOW_BACKGROUND
;
32 if (wp
->fg
== COLOR_DEFAULT
) {