ports/x11/buttonbox/files/patch-button.c
2007-05-26 20:31:58 +00:00

14 lines
224 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

$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);