Is it possible to check with pure X11 / Xlib only if this window is specified / minimized and, if so, how?
Yes. There are several ways to do this:
read the _NET_WM_STATE property and check its contents (as described in http://standards.freedesktop.org/wm-spec/wm-spec-1.3.html#id2507241 '). for code on how to do this, see some window managers ( fluxbox or pekwm comes to mind)
WM_STATE ( http://tronche.com/gui/x/icccm/sec-4.html#s-4.1.3.1).
XGetWMHints() .
XGetWMHints()
XGetZoomHints(), , , .
XGetZoomHints()
Source: https://habr.com/ru/post/1722755/More articles:Ajax request returns 404, but URL works fine - ajaxЯ не могу изменить ширинуне делая ее плавающей или блокирующей - cssVisualVM memory failure - javaHow to remove unique and then duplicate dictionaries in a list? - pythonhow to start learning a new language - programming-languages | fooobar.comTrying to split into two delimiters and it won't work - C - cHow practical is it to learn and use visual basic 6 as a 2nd year BSIT student? - vb6question about state variables MD5 - md5Simple DNS Server API - apiСамый быстрый метод для запуска двоичного поиска в файле в C? - cAll Articles