66955cd54a
fluxconf is a tiny GTK based configuration tool for the fluxbox window manager. It allows basic manipulation of the window manager behaviour: o Slit configuration o Window placement o Focus model o Workspace configuration o Keys configuration
14 lines
393 B
Text
14 lines
393 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2006/04/15 09:39:39 xtraeme Exp $
|
|
|
|
--- src/fluxconf.c.orig 2004-12-08 17:58:37.000000000 +0100
|
|
+++ src/fluxconf.c 2006-04-14 12:18:31.000000000 +0200
|
|
@@ -263,7 +263,8 @@
|
|
GdkFont *head;
|
|
GtkTooltips *tip;
|
|
GList *items = NULL;
|
|
- char *initpath, *buf, **config;
|
|
+ char *initpath, *buf;
|
|
+ unsigned char **config;
|
|
FILE *file;
|
|
|
|
#ifndef GTK2
|