From d816b712c3e98401095030f3830b5f6f841e62c2 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Fri, 27 Feb 2009 08:18:54 +0000 Subject: [PATCH] Minimal reformatting only. --- core/ctk/ctk-mouse.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/ctk/ctk-mouse.h b/core/ctk/ctk-mouse.h index 17f56ca7b..1139d07e4 100644 --- a/core/ctk/ctk-mouse.h +++ b/core/ctk/ctk-mouse.h @@ -29,7 +29,7 @@ * * This file is part of the "ctk" console GUI toolkit for cc65 * - * $Id: ctk-mouse.h,v 1.1 2006/06/17 22:41:16 adamdunkels Exp $ + * $Id: ctk-mouse.h,v 1.2 2009/02/27 08:18:54 oliverschmidt Exp $ * */ #ifndef __CTK_MOUSE_H__ @@ -55,8 +55,10 @@ void ctk_mouse_show(void); #else #define ctk_mouse_init() + #define ctk_mouse_x() 0 #define ctk_mouse_y() 0 + #define ctk_mouse_xtoc(x) 0 #define ctk_mouse_ytoc(y) 0