New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=ace1b81011cf8c1dd45413786217b729fe19053c
commit ace1b81011cf8c1dd45413786217b729fe19053c
Author: Kieran Bingham <[EMAIL PROTECTED]>
Date:   Tue Sep 4 22:02:58 2007 +0300

    Fix SetMode / Panning Bug
    
    When a graphics driver has its own primary layer hooks implementation, and
    then defers to fbdev for primarySetRegion(), dfb_fbdev_set_mode() is called
    unnecessarily.
    
    The original implementation in DFB1.0.0 would only call dfb_fbdev_set_mode()
    if a flag indicated a change, however now that dfb_fbdev_set_mode() is in
    the default case of a switch statement, it is always called regardless. This
    has the side effect of resetting the panning, when features implemented in
    the graphics driver are called such as setting opacity.

 README                |    1 +
 systems/fbdev/fbdev.c |    4 ++++
 2 files changed, 5 insertions(+), 0 deletions(-)


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

Reply via email to