I try to add one line within function "input_filter" in testman.c as
follows:

+) #include <core/windows.h>

//…

if (window->window->flags & CWF_FOCUSED) {

window = tm->windows[(i+1) % tm->num_windows];

D_MAGIC_ASSERT( window, SaWManWindow );

manager->SwitchFocus( manager, window );

+) dfb_window_raisetotop(window->window);

break;

}

But when I try to press F9 to switch focus, the whole program gets stuck?

And I don't know why?

I got "wm=sawman" in /etc/directfbrc and libdirectfbwm_sawman.la and .so in
/usr/lib/directfb-1.0.0/wm

Someone help me

Thanks

--
Chien Kuo-Feng
_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to