mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
Surface: Made "raw" field private.
I cheated a bit by declaring ASFont as friend, but all other outside access now happens via methods. I removed the "saveScreenshot" method since the code calling it is commented out and I never heard anyone complain about missing this feature.
This commit is contained in:
@@ -210,7 +210,6 @@ public:
|
||||
void viewLog();
|
||||
void contextMenu();
|
||||
void changeWallpaper();
|
||||
void saveScreenshot();
|
||||
|
||||
void applyRamTimings();
|
||||
void applyDefaultTimings();
|
||||
|
||||
Reference in New Issue
Block a user