[libbluray-devel] use correct type
Ian Curtis
git at videolan.org
Thu Apr 11 23:30:38 CEST 2013
libbluray | branch: master | Ian Curtis <i.curtis at gmail.com> | Fri Apr 12 00:27:42 2013 +0300| [71d12c573fe5d57fb861741b354a086eb3d9bbd9] | committer: hpi1
use correct type
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=71d12c573fe5d57fb861741b354a086eb3d9bbd9
---
src/libbluray/decoders/graphics_controller.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libbluray/decoders/graphics_controller.c b/src/libbluray/decoders/graphics_controller.c
index 5765337..5bd7a6a 100644
--- a/src/libbluray/decoders/graphics_controller.c
+++ b/src/libbluray/decoders/graphics_controller.c
@@ -1228,7 +1228,7 @@ static void _update_selected_button(GRAPHICS_CONTROLLER *gc)
}
}
-static int _mouse_move(GRAPHICS_CONTROLLER *gc, unsigned x, unsigned y, GC_NAV_CMDS *cmds)
+static int _mouse_move(GRAPHICS_CONTROLLER *gc, uint16_t x, uint16_t y, GC_NAV_CMDS *cmds)
{
PG_DISPLAY_SET *s = gc->igs;
BD_IG_PAGE *page = NULL;
More information about the libbluray-devel
mailing list