whitespaces
This commit is contained in:
parent
30feefb728
commit
20155b84c4
2 changed files with 4 additions and 2 deletions
|
@ -37,9 +37,10 @@ int main(void) {
|
||||||
// Attach the mouse input
|
// Attach the mouse input
|
||||||
gwinAttachMouse(0);
|
gwinAttachMouse(0);
|
||||||
|
|
||||||
|
// create the widget
|
||||||
createWidgets();
|
createWidgets();
|
||||||
|
|
||||||
// We want to listen for widget events
|
// We want to listen for widget events
|
||||||
geventListenerInit(&gl);
|
geventListenerInit(&gl);
|
||||||
gwinAttachListener(&gl);
|
gwinAttachListener(&gl);
|
||||||
|
|
||||||
|
|
|
@ -37,9 +37,10 @@ int main(void) {
|
||||||
// Attach the mouse input
|
// Attach the mouse input
|
||||||
gwinAttachMouse(0);
|
gwinAttachMouse(0);
|
||||||
|
|
||||||
|
// create the widget
|
||||||
createWidgets();
|
createWidgets();
|
||||||
|
|
||||||
// We want to listen for widget events
|
// We want to listen for widget events
|
||||||
geventListenerInit(&gl);
|
geventListenerInit(&gl);
|
||||||
gwinAttachListener(&gl);
|
gwinAttachListener(&gl);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue