mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Remove stray semicolon.
Originally committed as revision 23691 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
843b5fd0fe
commit
33e7febdbe
@ -260,7 +260,7 @@ paint_mouse_pointer(XImage *image, struct x11_grab *s)
|
|||||||
int to_line, to_column;
|
int to_line, to_column;
|
||||||
int image_addr, xcim_addr;
|
int image_addr, xcim_addr;
|
||||||
|
|
||||||
xcim = XFixesGetCursorImage(dpy);;
|
xcim = XFixesGetCursorImage(dpy);
|
||||||
|
|
||||||
x = xcim->x - xcim->xhot;
|
x = xcim->x - xcim->xhot;
|
||||||
y = xcim->y - xcim->yhot;
|
y = xcim->y - xcim->yhot;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user