From: David Hill Date: Fri, 6 Jul 2012 20:36:48 +0000 (-0400) Subject: use XCB_RANDR_SCREEN_CHANGE_NOTIFY X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;ds=inline;h=38fa20eb4b70fff4b18552bb46730353f1219484;p=spectrwm.git use XCB_RANDR_SCREEN_CHANGE_NOTIFY --- diff --git a/spectrwm.c b/spectrwm.c index ef20ce0..9286f33 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -7701,7 +7701,7 @@ noconfig: xrandr_geteventname(&e), e.type); switch (e.type - xrandr_eventbase) { - case RRScreenChangeNotify: + case XCB_RANDR_SCREEN_CHANGE_NOTIFY: screenchange(&e); break; default: