Hi,

I think I found the problem with xfig about icon title and border.

The problem seems to be that icon->icon_win is not NULL :-)

If we comment these lines all was fine:

---8<--
        if (wwin->wm_hints && (wwin->wm_hints->flags & IconWindowHint)) {
                if (wwin->client_win == wwin->main_window) {
                        WApplication *wapp;
                        /* do not let miniwindow steal app-icon's icon window */
                        wapp = wApplicationOf(wwin->client_win);
//                      if (!wapp || wapp->app_icon == NULL)
//                              icon->icon_win = wwin->wm_hints->icon_window;
                } else {
//                      icon->icon_win = wwin->wm_hints->icon_window;
                }
        }
---8<--

These code was there, but I am not sure if we can drop it?
I tried other apps, and all was fine.

Please, help.

Best regards,
kix
-- 
||// //\\// Rodolfo "kix" Garcia
||\\// //\\ http://www.kix.es/


-- 
To unsubscribe, send mail to [email protected].

Reply via email to