aboutsummaryrefslogtreecommitdiffstats
path: root/x11/buttonbox/files/patch-button.c
blob: 35733ff4d036725ce36b59d7cb354cb706b06897 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

$FreeBSD$

--- button.c.orig
+++ button.c
@@ -31,7 +31,7 @@
 
 
 
-static char* default_font = "7x13";
+char* default_font = "7x13";
 
 static Bool button_window_proc (Dispatcher* dispatcher, XEvent* event, void* data);