nanogui@linuxhacker.org
nanogui@linuxhacker.org
> CreateRectRgn
> GetRgnBox
> CombinRgn
> InvalidateRgn
> GetUpdateRgn
> ValidateRgn
> SelectClipRgn
> EqualRgn
This is stuff that is probably worth having in the core nanogui type code
to do regions. In fact the server has a chunk of it
> GlobalAlloc
> GlobalLock
> GlobalUnlock
But chunks of this are Win32 memory allocators and have nothing to do with
a GUI
nanogui@linuxhacker.org