kolibrios/kernel/trunk
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
..
blkdev
boot
bus/pci
core Added two flags to 0th function (edx = 0xXYRRGGBB, X = DCBAb) 2006-08-03 19:30:32 +00:00
detect
docs Added two flags to 0th function (edx = 0xXYRRGGBB, X = DCBAb) 2006-08-03 19:30:32 +00:00
fs Small bugfixes with DF in debug subsystem; small improvement in function 70.0 for floppies 2006-08-02 14:34:15 +00:00
gui Added two flags to 0th function (edx = 0xXYRRGGBB, X = DCBAb) 2006-08-03 19:30:32 +00:00
hid
network 1. Updated ethernet.inc from Hex with supports of some new ethernet card. 2006-07-27 16:29:24 +00:00
skin Some corrections to structure. Unziped files apm.zip and skin_v3.zip! 2006-07-29 07:24:02 +00:00
sound
video
build_en.bat
build_ru.bat
kernel16.inc
kernel32.inc Added two flags to 0th function (edx = 0xXYRRGGBB, X = DCBAb) 2006-08-03 19:30:32 +00:00
kernel.asm Added two flags to 0th function (edx = 0xXYRRGGBB, X = DCBAb) 2006-08-03 19:30:32 +00:00
kglobals.inc
makefile
memmap.inc Direct window activation without osloop/checkwindows, straightforward window minimizing 2006-07-25 10:48:35 +00:00
vmodeint.inc 1. faster GUI: calculatescreen 2006-08-01 14:09:42 +00:00
vmodeld.inc