From bc24a225af2464dc30f88d6f930779cbf0e22b67 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Sun, 10 May 2009 01:44:56 +0100 Subject: Follow coding conventions Remove explicit struct qualifiers and rename structure types. Signed-off-by: Paul Brook --- console.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'console.h') diff --git a/console.h b/console.h index 93e3109d72..953b7843e4 100644 --- a/console.h +++ b/console.h @@ -35,7 +35,7 @@ void kbd_put_keycode(int keycode); void kbd_mouse_event(int dx, int dy, int dz, int buttons_state); int kbd_mouse_is_absolute(void); -struct mouse_transform_info_s { +struct MouseTransformInfo { /* Touchscreen resolution */ int x; int y; -- cgit v1.2.3-55-g7522