aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/frame/main.c
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-11-12 08:50:05 +0100
committerJoel Bodenmann <joel@unormal.org>2014-11-12 08:50:05 +0100
commitd3a0606c65535be34cb38e6cfb3ba8d92657ad82 (patch)
tree0baf7c7a132138efc5a5a223f986795521108187 /demos/modules/gwin/frame/main.c
parentf793194e43b130ae9e5133ac7d03bd819ce77e91 (diff)
parent04334f284c8c4236e2a07b6611ddb790ee05db72 (diff)
downloaduGFX-d3a0606c65535be34cb38e6cfb3ba8d92657ad82.tar.gz
uGFX-d3a0606c65535be34cb38e6cfb3ba8d92657ad82.tar.bz2
uGFX-d3a0606c65535be34cb38e6cfb3ba8d92657ad82.zip
Merge branch 'newmouse'
Diffstat (limited to 'demos/modules/gwin/frame/main.c')
-rw-r--r--demos/modules/gwin/frame/main.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/demos/modules/gwin/frame/main.c b/demos/modules/gwin/frame/main.c
index fe956925..a97525ab 100644
--- a/demos/modules/gwin/frame/main.c
+++ b/demos/modules/gwin/frame/main.c
@@ -33,7 +33,7 @@ static void _createWidgets(void) {
wi.text = "Surprise!";
gwinLabelCreate(0, &wi);
- // Apply the frame parameters
+ // Apply the frame parameters
wi.g.width = 300;
wi.g.height = 200;
wi.g.y = 10;
@@ -107,7 +107,7 @@ static void _createWidgets(void) {
wi.g.x = 10;
wi.g.y = 90;
ghWindow1 = gwinWindowCreate(0, &wi.g);
-
+
_updateColor();
}
@@ -117,9 +117,6 @@ int main(void) {
// Initialize the display
gfxInit();
- // Attach the mouse input
- gwinAttachMouse(0);
-
// Set the widget defaults
gwinSetDefaultFont(gdispOpenFont("*"));
gwinSetDefaultStyle(&WhiteWidgetStyle, FALSE);