Jan,
Eric GAUDET wrote:
It works for me with today's CVS and your patch.
in dillorc: geometry=320x200+50+50
dillo.pos/src>./dillo Setting geometry from rc to 320x200 50 50 ...
The first one is actually used, but having the second message is confusing.
Those can probably both go entirely. It was more for debug uses. Here is an updated patch with those removed.
Jan
Fore unknown reasons, gcc 3.2.2 gives me this error: <q> In file included from IO/Url.h:7, from IO/mime.h:14, from dillo.c:47: IO/IO.h:40: unnamed fields of type other than struct or union are not allowed make[1]: *** [dillo.o] Error 1 </q> when X11/Xlib.h is included from dillo.c. The interesting part is that libDio.a compiles flawlessly. I moved the call into misc.c (which gives no problems) and also made a custom function. I prefer this one (to avoid X11/Xlib.h). I'm sending you this version of the patch (outside dillo-dev), so you can review it and comment. Cheers Jorge.- PS: there's no need to CC' me, I read dillo-dev.