summaryrefslogtreecommitdiff
path: root/src/widget/widget_textfield.c
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-07-27 20:19:48 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-07-27 20:19:48 +0000
commitaf204026313ece9a12ec89f59adf554e0639783b (patch)
tree0fe1df635e39fa85c78cb0cdc92fc85c3f564d7c /src/widget/widget_textfield.c
parent90ef234fb0602d80ed5416ab0492511b83ac6df5 (diff)
- novy vydget catchkey
- vo widget_textfield.c boli dve nepotrebne premnne a bola volana jedna nepotrebna funkcia git-svn-id: http://opensvn.csie.org/tuxanci_ng@172 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/widget/widget_textfield.c')
-rw-r--r--src/widget/widget_textfield.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widget/widget_textfield.c b/src/widget/widget_textfield.c
index 70e2a66..ee1cf76 100644
--- a/src/widget/widget_textfield.c
+++ b/src/widget/widget_textfield.c
@@ -32,9 +32,9 @@ static void drawBackground(widget_textfield_t *p)
{
static image_t *g_textfield0 = NULL;
static image_t *g_textfield1 = NULL;
- int x, y;
+ //int x, y;
- getMousePosition(&x, &y);
+ //getMousePosition(&x, &y);
if( g_textfield0 == NULL )
{