ui/vnc : remove 'struct' of 'typedef struct'

Signed-off-by: Chih-Min Chao <cmchao@gmail.com>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
Chih-Min Chao 2015-04-09 02:04:12 +08:00 committed by Michael Tokarev
parent 494cb81741
commit 4769a881cb
4 changed files with 10 additions and 10 deletions

View file

@ -1046,7 +1046,7 @@ static void vnc_dpy_cursor_define(DisplayChangeListener *dcl,
}
}
static int find_and_clear_dirty_height(struct VncState *vs,
static int find_and_clear_dirty_height(VncState *vs,
int y, int last_x, int x, int height)
{
int h;