Searched refs:GetWindowState (Results 1 – 3 of 3) sorted by relevance
47 int32_t state = GetWindowState(cache, window); in GetApplicationWindow()115 int32_t GetWindowState(XAtomCache* cache, ::Window window) { in GetWindowState() function
36 int32_t GetWindowState(XAtomCache* cache, ::Window window);
161 if (GetWindowState(&atom_cache_, selected_window_) == IconicState) { in CaptureFrame()