mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 22:45:07 +00:00
WindowServer: Remove the old cursor character bitmaps.
This commit is contained in:
parent
c992534f73
commit
af09f994ba
1 changed files with 0 additions and 40 deletions
|
@ -116,46 +116,6 @@ WSWindowManager& WSWindowManager::the()
|
|||
return *s_the;
|
||||
}
|
||||
|
||||
static const char* cursor_bitmap_inner_ascii = {
|
||||
" # "
|
||||
" ## "
|
||||
" ### "
|
||||
" #### "
|
||||
" ##### "
|
||||
" ###### "
|
||||
" ####### "
|
||||
" ######## "
|
||||
" ######### "
|
||||
" ########## "
|
||||
" ###### "
|
||||
" ## ## "
|
||||
" # ## "
|
||||
" ## "
|
||||
" ## "
|
||||
" ## "
|
||||
" "
|
||||
};
|
||||
|
||||
static const char* cursor_bitmap_outer_ascii = {
|
||||
"## "
|
||||
"# # "
|
||||
"# # "
|
||||
"# # "
|
||||
"# # "
|
||||
"# # "
|
||||
"# # "
|
||||
"# # "
|
||||
"# # "
|
||||
"# # "
|
||||
"# #### "
|
||||
"# ## # "
|
||||
"# # # # "
|
||||
"## # # "
|
||||
" # # "
|
||||
" # # "
|
||||
" ## "
|
||||
};
|
||||
|
||||
void WSWindowManager::flip_buffers()
|
||||
{
|
||||
swap(m_front_bitmap, m_back_bitmap);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue