mirror of
https://github.com/yawut/SDL.git
synced 2026-08-23 09:15:18 -05:00
Added missing return
This commit is contained in:
@@ -621,7 +621,7 @@ X11_RenderLine(SDL_Renderer * renderer, int x1, int y1, int x2, int y2)
|
||||
foreground = renderdrawcolor(renderer, 1);
|
||||
XSetForeground(data->display, data->gc, foreground);
|
||||
XDrawLine(data->display, data->drawable, data->gc, x1, y1, x2, y2);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int
|
||||
|
||||
Reference in New Issue
Block a user