Window creation/X11: Difference between revisions

Content added Content deleted
Line 399: Line 399:


=={{header|Pascal}}==
=={{header|Pascal}}==
{{trans|C}}
from wiki.freepascal.org/X11#Examples. Seems to be the translation of C.
{{libheader|xLib, x ,ctypes}}
from wiki.freepascal.org/X11#Examples.
Compiled with Freepascal 2.6.4-32
Compiled with Freepascal 2.6.4-32
<lang pascal>program xshowwindow;
<lang pascal>program xshowwindow;