Skip to content
Snippets Groups Projects
Commit 73a1cac8 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

forgot to add x() and y()
parent a8347301
Branches
Tags
No related merge requests found
......@@ -39,6 +39,8 @@ public:
}
void show(){ _win->show(); }
void position(int x, int y){ _win->position(x,y);}
int x(){ return _win->x();}
int y(){ return _win->y();}
};
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment