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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user