mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-05 19:20:38 +02:00
fixed Set/GetPixel
git-svn-id: trunk@2654 -
This commit is contained in:
parent
7aef40297f
commit
f72f6cd7b1
@ -158,7 +158,7 @@ type
|
||||
TDeviceContext = class
|
||||
public
|
||||
// device handles
|
||||
Wnd: HWND;
|
||||
Wnd: HWND; // the owner PGtkWidget
|
||||
GC: pgdkGC;
|
||||
Drawable: PGDKDrawable;
|
||||
|
||||
@ -436,6 +436,9 @@ end.
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.38 2003/06/13 10:09:04 mattias
|
||||
fixed Set/GetPixel
|
||||
|
||||
Revision 1.37 2003/05/27 15:04:00 mattias
|
||||
small fixes for debugger without file
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user