diff options
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); | 
