I am having some problems with the IDirectFB->Suspend/Resume Functions.
It is able to Suspend fine, but some where in the Resume call, it seg 
faults.  I am using DirectFB-0.9.11 .  The only thing i am doing between 
the suspend and Resume are 2 printf's and a sleep:


dfb->Suspend(dfb);
printf ("Before Sleep\n");
sleep(20);
printf("After Sleep\n");
dfb->Resume(dfb);
printf("After Resume\n");

The last thing that the program prints is the "After Sleep"

**ps, thank you for the quick response on the rotating issue Sven, it 
worked great!!

Stephen Chula
Astronautics Corporation of America
P.O. Box 523
Milwaukee, Wisconsin 53201-0523 USA
Email: [EMAIL PROTECTED]
Voice: (414) 449-4000 x4083
Fax: (414)447-8231 :: Mark ATTN Stephen Chula x4083








-- 
Info: To unsubscribe send a mail to [EMAIL PROTECTED] with 
"unsubscribe directfb-users" as subject.

Reply via email to