git-svn-id: https://spexeah.com:8443/svn/Asuro@755 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
@ -813,6 +813,8 @@ const
|
||||
DefaultWND = 0; //< The Window assigned for output when no Window is specified. (Default).
|
||||
|
||||
implementation
|
||||
uses
|
||||
lmemorymanager, strings, keyboard, serial, terminal;
|
||||
|
||||
type
|
||||
{ Properties pertaining to the raw screen matrix. }
|
||||
@ -935,9 +937,6 @@ var
|
||||
MouseCursorEnabled : Boolean = true;
|
||||
OpenTerminal : Boolean = false;
|
||||
|
||||
uses
|
||||
lmemorymanager, strings, keyboard, serial, terminal;
|
||||
|
||||
function getWindowColorPtr : puint32;
|
||||
begin
|
||||
getWindowColorPtr:= @Window_Border.Attributes;
|
||||
|
Reference in New Issue
Block a user