Made some ServerBitmap get-member functions const

Added UtilityBitmap class


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6519 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2004-02-07 13:47:52 +00:00
parent b6fed4cfc9
commit 70b9b61f23
2 changed files with 21 additions and 11 deletions
+3 -2
View File
@@ -315,12 +315,13 @@ protected:
bool _is_cursor_obscured;
ServerCursor *_cursor;
ServerBitmap *_cursorsave;
UtilityBitmap *_cursorsave;
uint32 _dpms_state;
uint32 _dpms_caps;
accelerant_device_info _acc_device_info;
display_mode _displaymode;
BRect oldcursorframe, cursorframe, saveframe;
DrawData _drawdata;
};