mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-06 15:11:53 -07:00
Comment only
This commit is contained in:
2
Main.hs
2
Main.hs
@@ -251,7 +251,7 @@ handle e@(ConfigureRequestEvent {ev_window = w}) = withDisplay $ \dpy -> do
|
|||||||
sendEvent dpy w False 0 ev
|
sendEvent dpy w False 0 ev
|
||||||
io $ sync dpy False
|
io $ sync dpy False
|
||||||
|
|
||||||
-- the root may have configured
|
-- configuration changes in the root may mean display settings have changed
|
||||||
handle (ConfigureEvent {ev_window = w}) = whenX (isRoot w) rescreen
|
handle (ConfigureEvent {ev_window = w}) = whenX (isRoot w) rescreen
|
||||||
|
|
||||||
handle e = broadcastMessage e -- trace (eventName e) -- ignoring
|
handle e = broadcastMessage e -- trace (eventName e) -- ignoring
|
||||||
|
Reference in New Issue
Block a user