gri3-wm/include
Michael Stapelberg d24e47a0f3 Bugfix: Force reconfiguration of all windows on workspaces which needed to be re-assigned (Thanks Mirko)
When you disable a Xinerama screen (think of removing a video projector),
the workspaces of that screen need to be re-assigned to another screen.
Previously, the clients affected by this re-assignment did not get re-
configured, which made them appear on the next screen which got configured
at the position of the old one again if you did not switch to the reassigned
workspace before.

So, to reproduce it:
xrandr --output VGA --mode 1280x1024 --right-of LVDS
move windows to the new workspace
xrandr --output VGA --off
xrandr --output VGA --mode 1280x1024 --right-of LVDS

This fixes ticket #36
2009-05-09 13:01:23 +02:00
..
commands.h Put documentation for each function in the header files, doxygen-compatible 2009-04-07 19:02:07 +02:00
config.h Put documentation for each function in the header files, doxygen-compatible 2009-04-07 19:02:07 +02:00
data.h Don’t rely on libxcb-wm any longer, as it got removed in libxcb 0.3.4 2009-04-19 20:44:34 +02:00
debug.h Add vim hints, copyright notice to each file, add LICENSE, retab! everything 2009-02-14 02:33:31 +01:00
handlers.h Put documentation for each function in the header files, doxygen-compatible 2009-04-07 19:02:07 +02:00
i3.h Bugfix: Fix drag&drop in GTK applications (firefox, thunderbird) 2009-05-02 20:51:55 +02:00
layout.h Bugfix: Force reconfiguration of all windows on workspaces which needed to be re-assigned (Thanks Mirko) 2009-05-09 13:01:23 +02:00
queue.h Move stuff to include/ and src/ 2009-02-13 19:09:25 +01:00
table.h Put documentation for each function in the header files, doxygen-compatible 2009-04-07 19:02:07 +02:00
util.h Bugfix: Force reconfiguration of all windows on workspaces which needed to be re-assigned (Thanks Mirko) 2009-05-09 13:01:23 +02:00
xcb.h Bugfix: Correctly restore focus when leaving fullscreen mode 2009-05-03 02:13:11 +02:00
xinerama.h Put documentation for each function in the header files, doxygen-compatible 2009-04-07 19:02:07 +02:00