summaryrefslogtreecommitdiffhomepage
path: root/mixgtk/mixgtk.h
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-04-29 12:56:41 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-04-29 12:56:41 +0000
commitd22db003e3e2aeeb2b016c1fe6b02bf75c7018e2 (patch)
treea39ca383946fb713ed04d6be87bc1fa29a05a070 /mixgtk/mixgtk.h
parented226c3abb7223019ace8cd897b6e6b681ee014a (diff)
downloadmdk-d22db003e3e2aeeb2b016c1fe6b02bf75c7018e2.tar.gz
mdk-d22db003e3e2aeeb2b016c1fe6b02bf75c7018e2.tar.bz2
config file handling added
Diffstat (limited to 'mixgtk/mixgtk.h')
-rw-r--r--mixgtk/mixgtk.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/mixgtk/mixgtk.h b/mixgtk/mixgtk.h
index d92dda8..c77433f 100644
--- a/mixgtk/mixgtk.h
+++ b/mixgtk/mixgtk.h
@@ -1,7 +1,7 @@
/* -*-c-*- ---------------- mixgtk.h :
* Gmixvm initialisation and cleanup functions
* ------------------------------------------------------------------
- * Last change: Time-stamp: <2001-04-28 22:32:58 jao>
+ * Last change: Time-stamp: <2001-04-29 12:06:48 jao>
* ------------------------------------------------------------------
* Copyright (C) 2001 Free Software Foundation, Inc.
*
@@ -25,8 +25,12 @@
#ifndef MIXGTK_H
#define MIXGTK_H
+#include <gtk/gtk.h>
#include <mixlib/mix.h>
+/* the app files directory */
+#define MIXGTK_FILES_DIR ".gmixvm"
+
/* initialise the app */
extern gboolean
mixgtk_init (int argc, char *argv[]);