This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Remove stray semicolon.
Originally committed as revision 23691 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Carl Eugen Hoyos
15 years ago
parent
843b5fd0fe
commit
33e7febdbe
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavdevice/x11grab.c
+ 1
- 1
libavdevice/x11grab.c
View File
@@ -260,7 +260,7 @@ paint_mouse_pointer(XImage *image, struct x11_grab *s)
int to_line, to_column;
int image_addr, xcim_addr;
xcim = XFixesGetCursorImage(dpy);
;
xcim = XFixesGetCursorImage(dpy);
x = xcim->x - xcim->xhot;
y = xcim->y - xcim->yhot;
Write
Preview
Loading…
Cancel
Save