mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-08 23:19:14 +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;
|
PGdkAtom = ^TGdkAtom;
|
||||||
// internal type
|
// internal type
|
||||||
TGdkAtom = cardinal;
|
TGdkAtom = PtrUInt;
|
||||||
|
|
||||||
PGdkByteOrder = ^TGdkByteOrder;
|
PGdkByteOrder = ^TGdkByteOrder;
|
||||||
TGdkByteOrder = (
|
TGdkByteOrder = (
|
||||||
|
Loading…
Reference in New Issue
Block a user