summaryrefslogtreecommitdiffhomepage
path: root/mixgtk
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-03-31 22:04:07 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-03-31 22:04:07 +0000
commit4ce75733c68d8ac29b703d4d32923ebcd0311c3f (patch)
treeaca29c14cfe8544f348c62311f599ce0b273d8ba /mixgtk
parentd91ffa8bc3f472977a8edfbd1ac824ad6ede576f (diff)
downloadmdk-4ce75733c68d8ac29b703d4d32923ebcd0311c3f.tar.gz
mdk-4ce75733c68d8ac29b703d4d32923ebcd0311c3f.tar.bz2
minor changes
Diffstat (limited to 'mixgtk')
-rw-r--r--mixgtk/mixgtk_mixal.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/mixgtk/mixgtk_mixal.h b/mixgtk/mixgtk_mixal.h
index 819819a..89ef52a 100644
--- a/mixgtk/mixgtk_mixal.h
+++ b/mixgtk/mixgtk_mixal.h
@@ -1,7 +1,7 @@
/* -*-c-*- ---------------- mixgtk_mixal.h :
* Declarations for functions displaying the mixal source file
* ------------------------------------------------------------------
- * Last change: Time-stamp: <01/03/11 00:19:30 jose>
+ * Last change: Time-stamp: <01/03/31 01:02:31 jose>
* ------------------------------------------------------------------
* Copyright (C) 2001 Free Software Foundation, Inc.
*
@@ -32,6 +32,14 @@
extern gboolean
mixgtk_mixal_init (mix_vm_t *vm);
+/* set the location pointer and break colors */
+extern void
+mixgtk_mixal_set_loc_color (GdkColor *bg, GdkColor *fg);
+
+extern void
+mixgtk_mixal_set_break_color (GdkColor *bg, GdkColor *fg);
+
+
/* load the corresponding mixal file */
extern void
mixgtk_mixal_load_file (void);