whitespaces

ugfx_release_2.6
Joel Bodenmann 2013-07-16 19:00:26 +02:00
parent 30feefb728
commit 20155b84c4
2 changed files with 4 additions and 2 deletions

View File

@ -37,9 +37,10 @@ int main(void) {
// Attach the mouse input
gwinAttachMouse(0);
// create the widget
createWidgets();
// We want to listen for widget events
// We want to listen for widget events
geventListenerInit(&gl);
gwinAttachListener(&gl);

View File

@ -37,9 +37,10 @@ int main(void) {
// Attach the mouse input
gwinAttachMouse(0);
// create the widget
createWidgets();
// We want to listen for widget events
// We want to listen for widget events
geventListenerInit(&gl);
gwinAttachListener(&gl);