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/dockapp.h.orig (-3 / +2 lines)
Lines 192-200 Link Here
192
 *			as the instance name for the WM_CLASS hint.
192
 *			as the instance name for the WM_CLASS hint.
193
 */
193
 */
194
194
195
#define DAInitialize(display, name, width, height, argc, argv) \
195
void DAInitialize(char *display, char *name, unsigned width,
196
	    DAOpenDisplay(display, argc, argv); \
196
	unsigned height, int argc, char **argv);
197
	    DACreateIcon(name, width, height, argc, argv);
198
197
199
198
200
void DAOpenDisplay(char *display, int argc, char **argv);
199
void DAOpenDisplay(char *display, int argc, char **argv);

Return to bug 54580