mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-14 06:59:46 -05:00
Port window.c to use wayland-egl
This commit is contained in:
parent
66cea0ad25
commit
297c6313eb
5 changed files with 62 additions and 98 deletions
|
|
@ -148,7 +148,7 @@ int main(int argc, char *argv[])
|
|||
window_draw(flower.window);
|
||||
s = window_get_surface(flower.window);
|
||||
if (s == NULL || cairo_surface_status (s) != CAIRO_STATUS_SUCCESS) {
|
||||
fprintf(stderr, "failed to create cairo drm surface\n");
|
||||
fprintf(stderr, "failed to create cairo egl surface\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue