XVSYNC.H
上传用户:hanguang
上传日期:2007-04-01
资源大小:93k
文件大小:0k
源码类别:

模拟服务器

开发平台:

C/C++

  1. #ifndef _XVSYNC_H_
  2. #define _XVSYNC_H_
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. void x_install_vsync_handler(int skipcount);
  7. void x_remove_vsync_handler(void);
  8. void x_set_user_vsync_handler(void far (*)());
  9. #ifdef __cplusplus
  10. }
  11. #endif
  12. extern WORD             TicksPerSecond;
  13. extern volatile long    VsyncIntTicks;
  14. extern WORD             VsyncPeriod;
  15. #endif