From eb71aa0d04d91d3463981e6ff304282c6f482087 Mon Sep 17 00:00:00 2001 From: scarab Date: Mon, 28 Jul 2008 21:54:04 +0000 Subject: - nove nastaveni pro klavesy (not yet complete), smazte keyconfig - par uprav pro win32 (ve stejnem stavu jako predchozi) git-svn-id: http://opensvn.csie.org/tuxanci_ng@177 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/widget/widget_catchkey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widget/widget_catchkey.c') diff --git a/src/widget/widget_catchkey.c b/src/widget/widget_catchkey.c index 7443358..afdac23 100644 --- a/src/widget/widget_catchkey.c +++ b/src/widget/widget_catchkey.c @@ -6,7 +6,7 @@ #include "font.h" #include "widget_catchkey.h" -widget_catchkey_t* newWidgetCatchkey(int x, int y, int key) +widget_catchkey_t* newWidgetCatchkey(int key, int x, int y) { widget_catchkey_t *new; -- cgit v1.2.3