f4078d62fe
Submitted by new maintainer Andrey Smagin <andrey@smagin.com>.
14 lines
437 B
Plaintext
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
|