If a SaWMan "window added" callback returns DFB_OK, SaWMan will not
add the window to the stack for me: it expects that I will do it
manually with manager->InsertWindow().  If, however, my "window added"
callback returns DFB_NOIMPL, SaWMan will add the window to the stack
for me.

If my SaWMan "window removed" callback returns either DFB_OK or
DFB_NOIMPL, SaWMan will remove the window from the stack for me.

Wondering if this is (a) intentional (b) a bug, or (c) I'm reading
sawman_wm.c wrong?  I had assumed that a bunch of callback stubs that
simply return DFB_OK would behave the same as the default window
manager, but it seems like this is not the case?

Thanks,

-russ
_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to