From cee8c6efa60e3f0d648d440de01bc94642cdc1bc Mon Sep 17 00:00:00 2001 From: fryshorts Date: Mon, 6 Apr 2015 20:14:03 +0200 Subject: [PATCH] linux-capture: Fix documentation Fix argument name in the documentation to match the code. --- plugins/linux-capture/xhelpers.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/linux-capture/xhelpers.h b/plugins/linux-capture/xhelpers.h index 7aa12f227..066684fea 100644 --- a/plugins/linux-capture/xhelpers.h +++ b/plugins/linux-capture/xhelpers.h @@ -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