Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dwindow.h90 #define W_WindowVisible 0x04 /* This WINDOW is currently visible. */ macro
H A Dwindow.c75 active_window->flags = W_WindowVisible; in window_initialize_windows()
76 the_echo_area->flags = W_WindowIsPerm | W_InhibitMode | W_WindowVisible; in window_initialize_windows()
294 window->flags = W_UpdateWindow | W_WindowVisible; in window_make_window()
H A Ddisplay.c82 if (((win->flags & W_WindowVisible) == 0) || in display_update_display()