Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 54580 | Differences between
and this patch

Collapse All | Expand All

(-)src/damain.c.orig (+7 lines)
Lines 48-53 Link Here
48
48
49
49
50
void
50
void
51
DAInitialize(char *display, char *name, unsigned width, unsigned height, int argc, char **argv)
52
{
53
    DAOpenDisplay(display, argc, argv);
54
    DACreateIcon(name, width, height, argc, argv);
55
}
56
57
void
51
DAOpenDisplay(char *display, int argc, char **argv)
58
DAOpenDisplay(char *display, int argc, char **argv)
52
{
59
{
53
    /* Open Connection to X Server */
60
    /* Open Connection to X Server */

Return to bug 54580