kolibrios/kernel/trunk/core
Mihail Semenyako (mike.dld) 9a27b206b3 Added two flags to 0th function (edx = 0xXYRRGGBB, X = DCBAb)
A - window has a caption; if Y=3, then caption scting address could be passed in
      edi, otherwise use function 71/1
  B - treat all drawing performed to be relative to window client area
  D - use gradient fill for client area
Added function 71:
  subfunction 1 - set window caption string address (in ecx)
  subfunction 2 - get window caption into buffer (not implemented yet)
Updated sysfuncr.txt, added sysfuncs.txt

git-svn-id: svn://kolibrios.org@114 a494cfbc-eb01-0410-851d-a64ba20cac60
2006-08-03 19:30:32 +00:00
..
debug.inc Small bugfixes with DF in debug subsystem; small improvement in function 70.0 for floppies 2006-08-02 14:34:15 +00:00
mem.inc Now 8Mb of address space reserved for LFB. New linear address of LFB is 0x80000000. 2006-07-25 06:37:38 +00:00
memmanag.inc *size of memory manager code reduced 2006-01-23 14:30:15 +00:00
newproce.inc 1. Execution of files with long names (function 70.7). 2006-06-26 12:13:58 +00:00
physmem.inc memmap.inc: marked areas reserved by physical memory manager. 2006-04-18 17:56:52 +00:00
sched.inc 1. a little fix for scheduler + correct comments 2006-07-23 14:47:32 +00:00
sync.inc moving to kernel directory 2005-10-07 04:39:30 +00:00
sys32.inc Added two flags to 0th function (edx = 0xXYRRGGBB, X = DCBAb) 2006-08-03 19:30:32 +00:00
syscall.inc Added two flags to 0th function (edx = 0xXYRRGGBB, X = DCBAb) 2006-08-03 19:30:32 +00:00