Daniel J Laird wrote:
> If I change:
> layer_control.c -> dfb_layer_remove_context
> 
> And remove the
> if(shared->suspended || dfb_layer_context_activate() = DFB_OK)
> 
> and replace with
> if(shared->suspended)
> 
> It behaves as I would like.  However I have no idea of the side effects.

During shutdown it would be ok to not reactivate older contexts, but at runtime
this is e.g. for switching back to the window stack when a fullscreen 
application
was running.

-- 
Best regards,
   Denis Oliver Kropp

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"
_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to