kernel: combine display related data in one structure

git-svn-id: svn://kolibrios.org@5351 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2015-01-05 17:59:03 +00:00
parent 5c0b9990c8
commit ff063f54ce
11 changed files with 97 additions and 82 deletions

View File

@@ -375,8 +375,6 @@ align 16
_display display_t
_WinMapAddress rd 1
_WinMapSize rd 1
LFBAddress dd ?
@@ -423,8 +421,6 @@ cur_saved_base rd 1
cur.lock rd 1 ;1 - lock update, 2- hide
cur.left rd 1 ;cursor clip box
cur.top rd 1
;cur.right rd 1
;cur.bottom rd 1
cur.w rd 1
cur.h rd 1