diff options
author | okan | 2015-06-26 15:21:58 +0000 |
---|---|---|
committer | okan | 2015-06-26 15:21:58 +0000 |
commit | 5cf1374cd905ac2fb2aff2baf0e178ff81d5a416 (patch) | |
tree | eb54dacb882ea36d4e9b92274a28f2ae5f29107b /calmwm.h | |
parent | c6cf16dddd47bdca93eefcaa3c8dfa858c09e426 (diff) | |
download | cwm-5cf1374cd905ac2fb2aff2baf0e178ff81d5a416.tar.gz |
Replace screen region info gathering with XRandR equivalent of Xinerama
queries (currently act on XRandR events anyway). Fall-back mode without
XRandR is still what X provides. This removes -lXinerama.
Diffstat (limited to '')
-rw-r--r-- | calmwm.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: calmwm.h,v 1.292 2015/06/09 13:02:15 okan Exp $ + * $OpenBSD: calmwm.h,v 1.293 2015/06/26 15:21:58 okan Exp $ */ #ifndef _CALMWM_H_ @@ -28,7 +28,6 @@ #include <X11/Xproto.h> #include <X11/Xutil.h> #include <X11/cursorfont.h> -#include <X11/extensions/Xinerama.h> #include <X11/extensions/Xrandr.h> #include <X11/keysym.h> |