[KERNEL] Use specific cursors for window borders

git-svn-id: svn://kolibrios.org@9848 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Rustem Gimadutdinov (rgimad)
2022-06-23 15:18:20 +00:00
parent a6ec4967a1
commit d77dd5decc
9 changed files with 131 additions and 4 deletions

View File

@@ -400,6 +400,10 @@ MOUSE_PICTURE dd ?
def_cursor dd ?
def_cursor_clock dd ?
def_cursor_hresize dd ?
def_cursor_vresize dd ?
def_cursor_dresize1 dd ?
def_cursor_dresize2 dd ?
current_cursor dd ?
hw_cursor dd ?
cur_saved_base dd ?