CVSROOT:        /cvs/directfb
Module name:    DirectFB
Changes by:     dok     20060716 12:15:29

Modified files:
        src/core       : windows.c windows_internal.h windowstack.c wm.c 
                         wm.h wm_module.h 
        wm/default     : default.c 
        wm/unique      : context.c internal.h unique.c 

Log message:
Rewritten cursor handling (software cursor) to use a surface instead of a 
window.

The window manager module gets notified about all kinds of updates regarding 
the cursor.

All window manager modules use the same code for now, using backing store for 
the region under
the cursor. This avoids revealing window content that hasn't been commited via 
Flip(), yet.

It should also be faster as it no longer depends on the windows that are 
covered by the cursor.


_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs

Reply via email to