From 5804664fe709b6ec67e1350b765379d94b87e902 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Bernardy Date: Mon, 7 Feb 2005 23:11:20 +0000 Subject: long policy git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5845 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/button-x11.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uisimulator/x11/button-x11.c') diff --git a/uisimulator/x11/button-x11.c b/uisimulator/x11/button-x11.c index ba70c8129b..21393215a4 100644 --- a/uisimulator/x11/button-x11.c +++ b/uisimulator/x11/button-x11.c @@ -187,7 +187,7 @@ static int get_raw_button (void) /* * Timeout after TICKS unless a key is pressed. */ -int button_get_w_tmo(int ticks) +long button_get_w_tmo(int ticks) { int bits; int i=0; @@ -210,7 +210,7 @@ int button_get_w_tmo(int ticks) * BUTTON_HELD bit is while the button is being held. * BUTTON_REL bit is set when button has been released. */ -int button_get(bool block) +long button_get(bool block) { int bits; do { -- cgit v1.2.3