Fix for library changes (old).

This commit is contained in:
bruce%cybersight.com 1999-04-17 01:02:31 +00:00
parent 632fa812dc
commit c9eec3b20b

View File

@ -96,10 +96,10 @@ char * gFailedMsg = NULL;
#ifdef XP_UNIX
#ifndef WIDGET_DLL
#define WIDGET_DLL "libwidgetunix.so"
#define WIDGET_DLL "libwidgetgtk.so"
#endif
#ifndef GFX_DLL
#define GFX_DLL "libgfxunix.so"
#define GFX_DLL "libgfxgtk.so"
#endif
#define TEXT_HEIGHT 30
#endif