xserver-multidpi/composite
Dave Airlie 959a1eaf1c composite: use config notify hook to do pixmap resize.
Since reallocating the backing pixmap can fail, we need to try and do
it before any other side effects of reconfiguring the window happen.

This changes the ConfigNotify hook to return status, and moves the
composite window reconfiguration wrappers to ConfigNotify. They all
basically did the same thing, so we can drop the MoveWindow,
ResizeWindow, ChangeBorderWidth wrappers, and allow ConfigNotify to do
all the work. If reallocation fails we fail before we send any
confiureNotify events, or enter the area we can't recover from.

The only place we now enforce 32k limits are in EXA/UXA/fb, so drivers
that don't use this should probably deal with it in their pixmap
allocate if they don't already.

This also breaks ABI, so we need an alternate fix for older servers,
working on the X server makes me realise why I'm a kernel hacker.

Signed-off-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
2010-06-03 21:26:24 -07:00
..
compalloc.c composite: initialise pOldPixmap to NullPixmap at alloc time. 2010-06-02 21:01:09 -07:00
compext.c Return an appropriately-typed error from dixLookupResourceByType. 2010-05-19 12:32:48 -07:00
compinit.c composite: use config notify hook to do pixmap resize. 2010-06-03 21:26:24 -07:00
compint.h composite: use config notify hook to do pixmap resize. 2010-06-03 21:26:24 -07:00
compositeext.h Export CompositeRegisterAlternateVisuals. 2009-04-27 13:29:40 -07:00
compoverlay.c Move each screen's root-window pointer into ScreenRec. 2010-06-03 14:03:23 -07:00
compwindow.c composite: use config notify hook to do pixmap resize. 2010-06-03 21:26:24 -07:00
Makefile.am Export CompositeRegisterAlternateVisuals. 2009-04-27 13:29:40 -07:00