diff options
| author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-03-31 22:04:07 +0000 | 
|---|---|---|
| committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-03-31 22:04:07 +0000 | 
| commit | 6816a8ab68f4080f85883e05c134a1bc1b16f008 (patch) | |
| tree | 67d723847b65e7c56600033a61251b830af36e50 /mixgtk | |
| parent | 32518de2c537726428b79815b2b6a14d8227631a (diff) | |
| download | mdk-6816a8ab68f4080f85883e05c134a1bc1b16f008.tar.gz mdk-6816a8ab68f4080f85883e05c134a1bc1b16f008.tar.bz2  | |
minor changes
Diffstat (limited to 'mixgtk')
| -rw-r--r-- | mixgtk/mixgtk_mixal.h | 10 | 
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);  | 
