From 3b66d10f0f0f47894a2cc0aba81035fa534a2b06 Mon Sep 17 00:00:00 2001 From: scarab Date: Tue, 29 Jul 2008 15:05:21 +0000 Subject: - dalsi upravy pro win32 a nastavovani klaves git-svn-id: http://opensvn.csie.org/tuxanci_ng@179 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/widget/widget_catchkey.c | 2 +- src/widget/widget_catchkey.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'src/widget') diff --git a/src/widget/widget_catchkey.c b/src/widget/widget_catchkey.c index 099a4e9..df5a537 100644 --- a/src/widget/widget_catchkey.c +++ b/src/widget/widget_catchkey.c @@ -70,7 +70,7 @@ static int getPessAnyKey() void eventWidgetCatchkey(widget_catchkey_t *p) { int x, y; - + getMousePosition(&x, &y); if( isMouseClicked() ) diff --git a/src/widget/widget_catchkey.h b/src/widget/widget_catchkey.h index d5f9a36..4b09d20 100644 --- a/src/widget/widget_catchkey.h +++ b/src/widget/widget_catchkey.h @@ -1,4 +1,3 @@ - #ifndef WIDGET_CATCHKEY_H #define WIDGET_CATCHKEY_H @@ -27,4 +26,3 @@ extern void eventWidgetCatchkey(widget_catchkey_t *p); extern void destroyWidgetCatchkey(widget_catchkey_t *p); #endif - -- cgit v1.2.3