twali_screen.h 257 B

12345678910111213141516171819
  1. #ifndef TWALI_SYSTEM_H_INCLUDED
  2. #define TWALI_SYSTEM_H_INCLUDED
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. struct twali_screen;
  7. struct twali_screen *
  8. twali_screen_sub(struct twali_screen s, x int, y int, w int, h int);
  9. #ifdef __cplusplus
  10. }
  11. #endif
  12. #endif