Replace XFixes initialisation with xcb
XFixesQueryExtension() does an XFixes QueryVersion request internally, so one was added here. Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:

committed by
Yuxuan Shui

parent
dbb5a6be83
commit
aedea014a9
2
Makefile
2
Makefile
@ -9,7 +9,7 @@ MANDIR ?= $(PREFIX)/share/man/man1
|
||||
APPDIR ?= $(PREFIX)/share/applications
|
||||
ICODIR ?= $(PREFIX)/share/icons/hicolor/
|
||||
|
||||
PACKAGES = x11 x11-xcb xcb-renderutil xcb-render xcb-damage xcb-randr xcb-image xcomposite xfixes xext
|
||||
PACKAGES = x11 x11-xcb xcb-renderutil xcb-render xcb-damage xcb-randr xcb-xfixes xfixes xcb-image xcomposite xext
|
||||
LIBS = -lm -lrt
|
||||
INCS =
|
||||
|
||||
|
Reference in New Issue
Block a user