Removed some debugging output and added another alias for SFML::Window
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1648 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
262d9bfc1d
commit
bbb8cbb25a
3 changed files with 3 additions and 3 deletions
|
@ -533,6 +533,7 @@ void Init_Window( void )
|
|||
rb_define_alias( globalWindowClass, "width", "getWidth" );
|
||||
|
||||
rb_define_alias( globalWindowClass, "opened?", "isOpened" );
|
||||
rb_define_alias( globalWindowClass, "open?", "isOpened" );
|
||||
|
||||
rb_define_alias( globalWindowClass, "active=", "setActive" );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue