3e34ec6de7
Notable changes: - fix crash/build failure when taskbar disabled - fix build/link with some gcc/g++ versions - disable SupportsSemitransparency by default, this makes icewmbg exit after setting the image and reduces memory usage
15 lines
780 B
Plaintext
15 lines
780 B
Plaintext
$OpenBSD: patch-src_default_h,v 1.5 2005/03/23 21:43:31 naddy Exp $
|
|
--- src/default.h.orig Sun Jan 9 22:48:23 2005
|
|
+++ src/default.h Wed Mar 23 22:26:53 2005
|
|
@@ -131,8 +131,8 @@ XSV(const char *, acpiIgnoreBatteries,
|
|
#endif
|
|
|
|
XSV(const char *, mailBoxPath, 0)
|
|
-XSV(const char *, mailCommand, "xterm -name pine -title PINE -e pine")
|
|
-XSV(const char *, mailClassHint, "pine.XTerm")
|
|
+XSV(const char *, mailCommand, "xterm -name mail -title MAIL -e mail")
|
|
+XSV(const char *, mailClassHint, "mail.XTerm")
|
|
XSV(const char *, newMailCommand, 0)
|
|
XSV(const char *, lockCommand, "xlock")
|
|
XSV(const char *, clockCommand, "xclock -name icewm -title Clock")
|