|
PatchworkOS
966e257
A non-POSIX operating system.
|
Go to the source code of this file.
Functions | |
| void | screen_init (void) |
| void | screen_deinit (void) |
| void | screen_transfer (surface_t *surface, const rect_t *rect) |
| void | screen_transfer_blend (surface_t *surface, const rect_t *rect) |
| void | screen_transfer_frontbuffer (surface_t *surface, const rect_t *rect) |
| void | screen_swap (void) |
| uint64_t | screen_width (void) |
| uint64_t | screen_height (void) |
| void | screen_rect (rect_t *rect) |
| void screen_init | ( | void | ) |
| void screen_deinit | ( | void | ) |
| void screen_swap | ( | void | ) |
| uint64_t screen_width | ( | void | ) |
| uint64_t screen_height | ( | void | ) |