From 4ce75733c68d8ac29b703d4d32923ebcd0311c3f Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sat, 31 Mar 2001 22:04:07 +0000 Subject: minor changes --- mixgtk/mixgtk_mixal.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'mixgtk') 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); -- cgit v1.2.3