mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-14 08:56:26 -05:00
Fix syntax errors
Build before you commit, dumbass
This commit is contained in:
parent
7bb8512afb
commit
902d859c67
2 changed files with 2 additions and 2 deletions
|
|
@ -437,7 +437,7 @@ int main(int argc, char **argv) {
|
|||
cursor = wl_cursor_theme_get_cursor(cursor_theme, "crosshair");
|
||||
assert(cursor);
|
||||
cursor_image = cursor->images[0];
|
||||
cursor_surface = wl_compositor_create_surface(compositor)
|
||||
cursor_surface = wl_compositor_create_surface(compositor);
|
||||
assert(cursor_surface);
|
||||
|
||||
EGLint attribs[] = { EGL_ALPHA_SIZE, 8, EGL_NONE };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue