Problem with xfig

2012-11-24 Thread Rodolfo García Peñas
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)) {

Re: Problem with xfig

2012-11-24 Thread BALATON Zoltan
On Sat, 24 Nov 2012, Rodolfo García Peñas wrote: The problem seems to be that icon->icon_win is not NULL :-) That's not a problem. Some apps may have an icon window instead of a static icon (maybe they want to display something in the icon). Rather the problem might be that it is not ignored

Re: Problem with xfig

2012-11-24 Thread Rodolfo García Peñas
On Sat, 24 Nov 2012, BALATON Zoltan escribió: > On Sat, 24 Nov 2012, Rodolfo García Peñas wrote: > >The problem seems to be that icon->icon_win is not NULL :-) > > That's not a problem. Some apps may have an icon window instead of a > static icon (maybe they want to display something in the icon)

Re: Problem with xfig

2012-11-25 Thread BALATON Zoltan
On Sun, 25 Nov 2012, Rodolfo García Peñas wrote: I am not sure if the testing application is working. The application only show a dock (miniwindow) with a white square inside. kix@osaka:~/src/wmaker/wmaker-crm/src$ /home/kix/wmicontest Opened display :1 XCreateSimpleWindow returned: 341 XCre

Re: Problem with xfig

2012-11-25 Thread Rodolfo García Peñas
On Sun, 25 Nov 2012, BALATON Zoltan escribió: > On Sun, 25 Nov 2012, Rodolfo García Peñas wrote: > >I am not sure if the testing application is working. > >The application only show a dock (miniwindow) with a > >white square inside. > > > >kix@osaka:~/src/wmaker/wmaker-crm/src$ /home/kix/wmicontes

Re: Problem with xfig

2012-11-25 Thread BALATON Zoltan
On Sun, 25 Nov 2012, Rodolfo García Peñas wrote: The problem is because the "icon->icon_win == None". See the wIconUpdate function at [1]. This function is different than the next branch, I did a lot of changes, but the idea is the same. See the flow with the removed lines: icon_create_for_ww

Re: Problem with xfig

2012-11-25 Thread Rodolfo García Peñas
On Sun, 25 Nov 2012, BALATON Zoltan escribió: > On Sun, 25 Nov 2012, Rodolfo García Peñas wrote: > >The problem is because the "icon->icon_win == None". See the > >wIconUpdate function at [1]. This function is different than the > >next branch, I did a lot of changes, but the idea is the same. See

Re: Problem with xfig

2012-11-25 Thread BALATON Zoltan
On Mon, 26 Nov 2012, Rodolfo García Peñas wrote: Thanks for your reply. But I don't know what to do now. I don't know either. Are there any problems you know about that should be fixed or everything is fixed now? I've lost track. Regards, BALATON Zoltan

Re: Problem with xfig

2012-11-25 Thread Rodolfo García Peñas
On Mon, 26 Nov 2012, BALATON Zoltan escribió: > On Mon, 26 Nov 2012, Rodolfo García Peñas wrote: > >Thanks for your reply. But I don't know what to do now. > > I don't know either. Are there any problems you know about that > should be fixed or everything is fixed now? I've lost track. No, is no

Re: Problem with xfig

2012-11-26 Thread BALATON Zoltan
On Mon, 26 Nov 2012, Rodolfo García Peñas wrote: No, is not fixed and I don't know how to fix it. What is not fixed? Could you make a list of problems that are still there and those that are already fixed. After all those patches you've sent I'm not sure what was fixed and what's still there.

Re: Problem with xfig

2012-11-27 Thread kix
On 2012-11-26 11:10, BALATON Zoltan wrote: On Mon, 26 Nov 2012, Rodolfo García Peñas wrote: No, is not fixed and I don't know how to fix it. What is not fixed? Could you make a list of problems that are still there and those that are already fixed. After all those patches you've sent I'm not

Re: Problem with xfig

2012-11-27 Thread BALATON Zoltan
On Tue, 27 Nov 2012, Rodolfo García Peñas (kix) wrote: did you try the current "next" branch? This problem is not fully solved, but I think the button does things. I'm running the next branch and it's not working correctly. Here's what I see: 1. Start xcalc and open Icon and Initial Workspac

Re: Problem with xfig

2012-11-28 Thread Rodolfo García Peñas
On Tue, 27 Nov 2012, BALATON Zoltan escribió: > On Tue, 27 Nov 2012, Rodolfo García Peñas (kix) wrote: > >did you try the current "next" branch? This problem is not fully > >solved, but I think the button does things. > > I'm running the next branch and it's not working correctly. Here's > what I