Home
last modified time | relevance | path

Searched refs:WINDOW_NORENDER (Results 1 – 3 of 3) sorted by relevance

/dports/games/naev/naev-0.7.0/src/tk/
H A Dtoolkit_priv.h136 #define WINDOW_NORENDER (1<<2) /**< Window does not render even if it should. */ macro
/dports/games/naev/naev-0.7.0/src/tk/widget/
H A Dtabwin.c120 WINDOW_NOFOCUS | WINDOW_NORENDER | WINDOW_NOINPUT | WINDOW_NOBORDER ); in window_addTabbedWindow()
/dports/games/naev/naev-0.7.0/src/
H A Dtoolkit.c1689 if (!window_isFlag(w, WINDOW_NORENDER) && in toolkit_render()