[lazarus] Makefile updates

Mattias Gaertner nc-gaertnma at netcologne.de
Tue Jan 29 16:52:06 EST 2002


On Tue, 29 Jan 2002 13:55:26 -0500
"Keith Bowes" <keith_bowes at hotmail.com> wrote:

> * CreatePixmapIndirect isn't completed; currently all bitmaps are 1x1-pixel
> black images.

BTW.
TBitmap, TPixmap and TIcon are not completed in the LCL. We need some conversion functions and resource managers. The idea is that the LCL is widget independent and has no knowledge about the handles. An image handle will be always the fastest type. That means, that a TBitmap.Handle will be a gtkpixmap under gtk and a win32 bitmap under win32. This is also true for TPixmap.
The current LCL code is gtk specific. 


Mattias






More information about the Lazarus mailing list