forked from e16/e16
1
0
Fork 0

Call XRRUpdateConfiguration on RRScreenChangeNotify.

SVN revision: 51495
This commit is contained in:
Kim Woelders 2010-08-21 14:43:59 +00:00
parent 7097f69ead
commit 9e11dff4e4
1 changed files with 1 additions and 0 deletions

View File

@ -1994,6 +1994,7 @@ DeskHandleEvents(Win win __UNUSED__, XEvent * ev, void *prm)
{
XRRScreenChangeNotifyEvent *rrev = (XRRScreenChangeNotifyEvent *) ev;
XRRUpdateConfiguration(ev);
Mode.screen.rotation = rrev->rotation;
DeskRootResize(1, rrev->width, rrev->height);
}