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