Hi,
you are in the right direction.
I think that instead of
window->window->flags = window->window->flags&~LITE_WINDOW_FIXED
you need to do
window->flags |= LITE_WINDOW_FIXED
hth
Niels
young wrote:
Hi,
I use the window->SetOption to fix window when new a window(using
Lite_new_window) ,but it doesn't effect, I also use
window->window->flags =window->window->flags&~LITE_WINDOW_FIXED
then I print the value of window->moving ,it shows "0"
and the window is still to be moving...
Could anyone tell me how to fix the window ?
Thanks
_______________________________________________
LiTE mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/lite
--
.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/ |
"------------------------------------------"
_______________________________________________
LiTE mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/lite