x11: xcb_aux_get_screen instead of two hand-rolled screen walks
win.c and xim.c each iterated the setup's roots to find the screen xcb_connect had chosen; xcb-util, already linked through imdkit, has xcb_aux_get_screen for that.
This commit is contained in:
@@ -23,6 +23,7 @@ RUN pacman -Syu --noconfirm --needed \
|
||||
which \
|
||||
xorg-server-xvfb \
|
||||
xcb-imdkit \
|
||||
xcb-util \
|
||||
dbus \
|
||||
&& pacman -Scc --noconfirm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user