diff options
| author | Joel Bodenmann <joel@unormal.org> | 2014-11-12 08:50:05 +0100 |
|---|---|---|
| committer | Joel Bodenmann <joel@unormal.org> | 2014-11-12 08:50:05 +0100 |
| commit | d3a0606c65535be34cb38e6cfb3ba8d92657ad82 (patch) | |
| tree | 0baf7c7a132138efc5a5a223f986795521108187 /demos/modules/gwin/container/main.c | |
| parent | f793194e43b130ae9e5133ac7d03bd819ce77e91 (diff) | |
| parent | 04334f284c8c4236e2a07b6611ddb790ee05db72 (diff) | |
| download | uGFX-d3a0606c65535be34cb38e6cfb3ba8d92657ad82.tar.gz uGFX-d3a0606c65535be34cb38e6cfb3ba8d92657ad82.tar.bz2 uGFX-d3a0606c65535be34cb38e6cfb3ba8d92657ad82.zip | |
Merge branch 'newmouse'
Diffstat (limited to 'demos/modules/gwin/container/main.c')
| -rw-r--r-- | demos/modules/gwin/container/main.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/demos/modules/gwin/container/main.c b/demos/modules/gwin/container/main.c index 4e73b0c4..75e3f78b 100644 --- a/demos/modules/gwin/container/main.c +++ b/demos/modules/gwin/container/main.c @@ -19,7 +19,7 @@ static void createWidgets(void) { ghContainer = gwinContainerCreate(0, &wi, GWIN_CONTAINER_BORDER); wi.g.show = TRUE; - // Apply the button parameters + // Apply the button parameters wi.g.width = 120; wi.g.height = 30; wi.g.y = 10; @@ -37,9 +37,6 @@ int main(void) { // Initialize the display gfxInit(); - // Attach the mouse input - gwinAttachMouse(0); - // Set the widget defaults gwinSetDefaultFont(gdispOpenFont("*")); gwinSetDefaultStyle(&WhiteWidgetStyle, FALSE); |
