Skip to content

xwm: fix call of xcb_change_window_attributes for old gcc versions

Dominique Martinet requested to merge github/fork/martinetd/xwm_values into master

gcc 6.3.0 (at least) complains about &values:

expected ‘const uint32_t * {aka const unsigned int *}’ but argument
is of type ‘uint32_t (*)[1] {aka unsigned int (*)[1]}’

Reported by thorwil on irc

Merge request reports