GRAPHICS: Make Surface::pixels protected.
This commit is contained in:
parent
911c74e82c
commit
363a5a95cf
1 changed files with 2 additions and 0 deletions
|
@ -61,11 +61,13 @@ struct Surface {
|
|||
*/
|
||||
uint16 pitch;
|
||||
|
||||
protected:
|
||||
/**
|
||||
* The surface's pixel data.
|
||||
*/
|
||||
void *pixels;
|
||||
|
||||
public:
|
||||
/**
|
||||
* The pixel format of the surface.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue