tests: fix HTML-gen sh script (dash compatibility)
[gfxprim.git] / doc / example_x11_windows.txt
blob4e4bb31e86ad95906711c414b0ac4db8e9bf10b6
1 Graphics Backend Example
2 ------------------------
3 .An example how to create and manage two windows using the X11 backend
5 [source,c]
6 ------------------------------------------------------------------
7 include::../demos/c_simple/x11_windows.c[]
8 ------------------------------------------------------------------