Window creation/X11: Difference between revisions

Content added Content deleted
Line 656: Line 656:


<lang c>
<lang c>


'--- added a flush to exit cleanly
'--- added a flush to exit cleanly
PRAGMA LDFLAGS `pkg-config --cflags --libs x11`
PRAGMA LDFLAGS `pkg-config --cflags --libs x11`
Line 723: Line 719:
FLUSH(d)
FLUSH(d)
CLOSE_DISPLAY(d)
CLOSE_DISPLAY(d)
</lang>


</lang>


=={{header|C}}==
=={{header|C}}==