Hi, I am using SaWMan to implement application manager that is responsible for windows showing and hiding. During some trials I found that SaWMan's GetProcessInfo function returns bad process information for windows that are available in the system. I am using dfb-1.4.15 and SaWMan-1.5.4.
After short investigation I found the problem, I believe that attached patch is fixing problem. Should I report this problem to bug tracking system, or is it enough to signalize it here? regards, Michal
--- ./src/SaWMan-1.5.4.org/wm/sawman/sawman_wm.c 2011-11-04 15:10:56.000000000 +0100 +++ ./src/SaWMan-1.5.4/wm/sawman/sawman_wm.c 2012-02-08 18:43:15.000000000 +0100 @@ -2208,7 +2208,7 @@ /* Initialize window data. */ sawwin->sawman = sawman; sawwin->shmpool = sawman->shmpool; - sawwin->process = wmdata->process; + sawwin->process = process; sawwin->id = window->id; sawwin->caps = window->caps; sawwin->window = window;
_______________________________________________ directfb-dev mailing list directfb-dev@directfb.org http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev