summaryrefslogtreecommitdiffhomepage
path: root/mixgtk/mixgtk.h
diff options
context:
space:
mode:
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[]);