Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #ifndef KOS_SW_WINSYS_H
  2. #define KOS_SW_WINSYS_H
  3.  
  4.  
  5. #include "pipe/p_compiler.h"
  6. #include "state_tracker/sw_winsys.h"
  7.  
  8. void kos_sw_display( struct sw_winsys *winsys,
  9.                      struct sw_displaytarget *dt);
  10.  
  11. struct sw_winsys *kos_create_sw_winsys(void);
  12.  
  13. #endif
  14.