summaryrefslogtreecommitdiff
path: root/wm/weewm/patches/patch-ac
blob: 6652a5ed4aef161a98b5fdacaa7961801a4fa053 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ac,v 1.1 2008/04/25 02:28:24 reed Exp $

--- src/weewm.c.orig	2008-04-05 12:48:23.000000000 -0500
+++ src/weewm.c	2008-04-05 12:51:26.000000000 -0500
@@ -305,7 +305,8 @@
     if (!font)
     {
         fprintf(stderr, "error loading font\n");
-        exit(1);
+        font = XLoadQueryFont(display, "fixed");
+/*        exit(1);	*/
     }
     
     sattr.event_mask = SubstructureRedirectMask | SubstructureNotifyMask | PropertyChangeMask | ButtonPressMask | ButtonReleaseMask;