Searched defs:WM_ABOUT_TO_MAP (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/unix/
H A DtkUnixWm.c212 * WM_ABOUT_TO_MAP - non-zero means that the window is about to
242 #define WM_ABOUT_TO_MAP 0x100 macro
523 wmPtr->flags |= WM_ABOUT_TO_MAP;
528 wmPtr->flags &= ~WM_ABOUT_TO_MAP;
2546 if (!(wmPtr->flags & WM_ABOUT_TO_MAP)) {

Completed in 1693 milliseconds