|
From: <ho...@us...> - 2004-02-03 21:30:19
|
Update of /cvsroot/ganc/ganc/src/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14434/src/include Modified Files: functions.h Log Message: Fixed initial size and resizing problems with gtk2 Index: functions.h =================================================================== RCS file: /cvsroot/ganc/ganc/src/include/functions.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** functions.h 20 Jan 2004 01:33:40 -0000 1.9 --- functions.h 3 Feb 2004 21:28:01 -0000 1.10 *************** *** 46,49 **** --- 46,51 ---- void ClearInputLine (void); void ExpressionReady (void); + void SetDisplayGeometryHints (GtkWindow *window); + void SetDisplayDefaultFont (void); // history.c |