* previous ugly workaround removed (baseunix replaced with ctypes)

This commit is contained in:
Tomas Hajny 2005-01-10 20:41:13 +00:00
parent b70d944a49
commit 1a27b6bf90

View File

@ -1,21 +1,13 @@
unit xinerama;
interface
uses
{$IFDEF UNIX}
baseunix,
{$ENDIF UNIX}
xlib;
ctypes, xlib;
{ Converted from X11/Xinerama.h }
{$PACKRECORDS C}
type
{$IFNDEF UNIX}
cint = longint;
pcint = plongint;
cshort = smallint;
{$ENDIF UNIX}
PXineramaScreenInfo = ^TXineramaScreenInfo;
TXineramaScreenInfo = record