linux-capture: Fix documentation

Fix argument name in the documentation to match the code.
This commit is contained in:
fryshorts
2015-04-06 20:14:03 +02:00
parent 9734c6a49d
commit cee8c6efa6

View File

@@ -51,7 +51,7 @@ int xinerama_screen_count(xcb_connection_t *xcb);
*
* @note On error the passed coordinates/sizes will be set to 0.
*
* @param dpy X11 display
* @param xcb xcb connection
* @param screen screen number to get geometry for
* @param x x-coordinate of the screen
* @param y y-coordinate of the screen
@@ -69,7 +69,7 @@ int xinerama_screen_geo(xcb_connection_t *xcb, int_fast32_t screen,
*
* @note On error the passed sizes will be set to 0.
*
* @param dpy X11 display
* @param xcb xcb connection
* @param screen screen number to get geometry for
* @param w width of the screen
* @param h height of the screen