On 19/01/12 14:58, Carlos R. Mafra wrote:

> 
> If it's ok for you I'll simply fold my fix on top of your patch, but
> please next time test your patch :-)
> 
[snip]


I will take some days to do other things. If I close my eyes I can see C code 
lines.

Sorry for the patch, I need to sleep more.

Is possible to make some things with these files too:


1.-

src/xmodifier.c/h and WPrefs/xmodifier.c, at least the header part.

2.-

src/main.c:

        /* open display */
        dpy = XOpenDisplay(DisplayName);
        if (dpy == NULL) {
                wfatal(_("could not open display \"%s\""), 
XDisplayName(DisplayName));
                exit(1);
        }

WINGs/widgets.c:

WMScreen *WMOpenScreen(const char *display)
{
        Display *dpy = XOpenDisplay(display);

        if (!dpy) {
                wwarning("WINGs: could not open display %s", 
XDisplayName(display));
                return NULL;
        }

        return WMCreateSimpleApplicationScreen(dpy);
}

Probably we should use the new file WINGS/widgets.h, and move the definitions 
and the xpm stuff.

See you in some days.

Best Regards,

kix

PS. Tomorrow the Debian wmaker package will be moved to testing from unstable.
-- 
||// //\\// Rodolfo "kix" Garcia
||\\// //\\ http://www.kix.es/


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

Reply via email to