debian man page for s3dw_ani_mate

Query: s3dw_ani_mate

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

S3DW_ANI_MATE(3)						    s3d Manual							  S3DW_ANI_MATE(3)

NAME
s3dw_ani_mate - doing the whole animation thing
SYNOPSIS
#include <s3dw.h> void s3dw_ani_mate(void);
DESCRIPTION
Just call this in your mainloop if you want some nice window sliding animations. it's somewhat bloating, but you don't want to miss it ;) #include <time.h> // nanosleep() static struct timespec t={0.33*1000*1000}; // 33 mili seconds void mainloop() { // keep this in your mainloop. this will do smooth animations for you ... s3dw_ani_mate(); nanosleep(&t,NULL); } .... s3d_mainloop(mainloop);
AUTHOR
Simon Wunderlich Author of s3d s3d S3DW_ANI_MATE(3)
Related Man Pages
nanosleep(3rt) - sunos
nanosleep(2) - netbsd
timespec_to_timeval(3) - netbsd
timeval_to_timespec(3) - netbsd
event::rpc::loop(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Is UNIX an open source OS ?
Introduction
Detecting unused variables...
Find columns in a file based on header and print to new file