Improved the way rectangle are handled;

Some bug fixes.


git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1093 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
remi-k 2009-05-21 13:52:28 +00:00
parent caf7f915d5
commit 60e14e75b7
14 changed files with 145 additions and 115 deletions

View file

@ -29,9 +29,12 @@
#include <SFML/Graphics.hpp>
#include "View.hpp"
typedef struct {
PyObject_HEAD
sf::RenderWindow *obj;
PySfView *View;
} PySfRenderWindow;