Port window.c to use wayland-egl

This commit is contained in:
Kristian Høgsberg 2011-02-04 14:11:33 -05:00
parent 66cea0ad25
commit 297c6313eb
5 changed files with 62 additions and 98 deletions

View file

@ -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;
}