WS_ENABLED
if (window->state & WS_ENABLED) {
if (window->state & WS_ENABLED) {
window->state |= WS_ENABLED;
sw.state = (WS_ENABLED | WS_EXACT_MAPIN);
sw.state |= WS_ENABLED;
sw.state &= ~WS_ENABLED;
set_window.state = (WS_ENABLED | WS_16BIT |
set_window.state = get_window.state & ~WS_ENABLED;
set_window.state = (WS_ENABLED | WS_IO |