mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 23:07:14 +01:00
* Fixed a small typo (GI_BM_TYPE_LOGIC instead of GGI_BM_TYPE_LOGIC)
This commit is contained in:
parent
c051e40994
commit
19bd9af1af
@ -302,7 +302,7 @@ const
|
||||
|
||||
// Bit that influence drawing logic
|
||||
|
||||
GI_BM_TYPE_LOGIC = $030000;
|
||||
GGI_BM_TYPE_LOGIC = $030000;
|
||||
|
||||
GGI_BM_SUB_ZBUFFER = $0100;
|
||||
GGI_BM_SUB_WRITEPROT = $1000;
|
||||
@ -788,7 +788,10 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.4 2000-04-15 11:13:30 sg
|
||||
Revision 1.5 2000-05-02 10:27:39 sg
|
||||
* Fixed a small typo (GI_BM_TYPE_LOGIC instead of GGI_BM_TYPE_LOGIC)
|
||||
|
||||
Revision 1.4 2000/04/15 11:13:30 sg
|
||||
* Hopefully the final fix for the second argument of ggiSetGCForeground
|
||||
and ggiSetGCBackground... :-)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user