search for: getbaseaddwindowgeometry

Displaying 1 result from an estimated 1 matches for "getbaseaddwindowgeometry".

2007 Jan 26
2
Get window textures even when they're transformed.
...ry to make sure the general drawWindowGeometry function is used */ oldDrawWindowGeometry = w->screen->drawWindowGeometry; w->screen->drawWindowGeometry = getBaseDrawWindowGeometry(); oldAddWindowGeometry = w->screen->addWindowGeometry; w->screen->addWindowGeometry = getBaseAddWindowGeometry(); ...... calulating and painting ....... w->screen->drawWindowGeometry = oldDrawWindowGeometry; w->screen->addWindowGeometry = oldAddWindowGeometry; } Why Compiz's switcher.c doesn't use this? Stjepan