* Christoph Egger ([EMAIL PROTECTED]) [000203 07:38]:
> That's bad. Run it with GGI_DEBUG=255 ggv and send the output to the
> list. Maybe that someone could help you...
It was not a GGI problem. Here's the culprit:
*** config.c.orig Thu Feb 3 08:38:42 2000
--- config.c Thu Feb 3 08:43:46 2000
***************
*** 176,182 ****
/* Quick check for something not set or missing */
for( x = 0; x < 9 ; x++ )
{
! if(!strlen(cfg_data[x].data))
{
fprintf(stderr,"Error: %s= information not
set.\n",cfg_data[x].name);
return GGV_ERROR;
--- 176,182 ----
/* Quick check for something not set or missing */
for( x = 0; x < 9 ; x++ )
{
! if(!cfg_data[x].data || !strlen(cfg_data[x].data))
{
fprintf(stderr,"Error: %s= information not
set.\n",cfg_data[x].name);
return GGV_ERROR;
Well, now it displays image, but not correctly. If the image is small a
partial copy of it appears on the right side of the screen. My screen is
800x600 if someone wants to help. I can't set it to 640x480 because I'm
using a laptop, so I guess thats the problem. Anyone wanting to help?
--
Cesar Augusto Rorato Crusius o__ o__ o__ o__ o__
Stanford University ,>/'_ ,>/'_ ,>/'_ ,>/'_ ,>/'_
e-mail:[EMAIL PROTECTED] (_)\(_) (_)\(_) (_)\(_) (_)\(_) (_)\(_)
www.stanford.edu/~crusius
HE WHO SACRIFICES FUNCTIONALITY FOR EASE OF USE
LOSES BOTH AND DESERVES NEITHER