GRAPHICS: Make Surface::pixels protected.

This commit is contained in:
Johannes Schickel 2013-08-06 03:51:49 +02:00
parent 911c74e82c
commit 363a5a95cf

View file

@ -61,11 +61,13 @@ struct Surface {
*/
uint16 pitch;
protected:
/**
* The surface's pixel data.
*/
void *pixels;
public:
/**
* The pixel format of the surface.
*/