/* Another work in progress, hope to be able to sync to vertical refresh */ #ifndef _MYVSYNC_H #define _MYVSYNC_H int dri_init(void); void dri_close(void); void dri_vblank(void); #endif /*_MYVSYNC_H*/