mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 16:40:31 -04:00
14 lines
224 B
C
14 lines
224 B
C
|
||
$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);
|
||
|