openbsd-ports/x11/icewm/patches/patch-src_wmtaskbar_cc
naddy f4078d62fe Update to 1.0.9-2.
Submitted by new maintainer Andrey Smagin <andrey@smagin.com>.
2002-01-20 19:54:13 +00:00

14 lines
437 B
Plaintext

$OpenBSD: patch-src_wmtaskbar_cc,v 1.2 2002/01/20 19:54:13 naddy Exp $
# Replace IceWM start button with OpenBSD branded icon
--- src/wmtaskbar.cc.orig Sun Jan 13 00:44:11 2002
+++ src/wmtaskbar.cc Sun Jan 13 00:45:32 2002
@@ -62,7 +62,7 @@ YPixbuf *taskbuttonminimizedPixbuf(NULL)
static void initPixmaps() {
#ifndef ICEWM_PIXMAP
-#define ICEWM_PIXMAP "icewm.xpm"
+#define ICEWM_PIXMAP "openbsd.xpm"
#endif
#ifndef START_PIXMAP