Rename GP_Context -> GP_Pixmap
[gfxprim.git] / doc / example_x11_windows.txt
bloba5f04069797ac0f7c9c653d3028c1cbdf8a7846d
1 X11 Backend with multiple windows
2 ---------------------------------
3 This example shows how to create multiple X11 windows.
5 [source,c]
6 ------------------------------------------------------------------
7 include::../demos/c_simple/x11_windows.c[]
8 ------------------------------------------------------------------