mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
Use FBOs instead of eagle-specific API
This commit is contained in:
parent
450cc8136d
commit
a341fa016c
7 changed files with 127 additions and 129 deletions
2
window.h
2
window.h
|
|
@ -60,6 +60,8 @@ window_create(struct display *display, const char *title,
|
|||
void
|
||||
window_draw(struct window *window);
|
||||
void
|
||||
window_commit(struct window *window, uint32_t key);
|
||||
void
|
||||
window_get_child_rectangle(struct window *window,
|
||||
struct rectangle *rectangle);
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue