diff options
Diffstat (limited to 'src/widget/widget_textfield.c')
| -rw-r--r-- | src/widget/widget_textfield.c | 4 |
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 ) { |