summaryrefslogtreecommitdiff
path: root/src/widget
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget')
-rw-r--r--src/widget/widget_catchkey.c2
-rw-r--r--src/widget/widget_catchkey.h2
2 files changed, 1 insertions, 3 deletions
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
-