mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 18:19:54 +02:00
* Fixed atom declaration
git-svn-id: trunk@8178 -
This commit is contained in:
parent
661c2eba37
commit
ca11d53d0e
@ -42,7 +42,7 @@
|
||||
|
||||
PGdkAtom = ^TGdkAtom;
|
||||
// internal type
|
||||
TGdkAtom = cardinal;
|
||||
TGdkAtom = PtrUInt;
|
||||
|
||||
PGdkByteOrder = ^TGdkByteOrder;
|
||||
TGdkByteOrder = (
|
||||
|
Loading…
Reference in New Issue
Block a user