loaders: JPG: Fix bussy loop on corrupted file.
[gfxprim.git] / doc / example_py_x11_windows.txt
blobd077760b5407fb88db22e55cd4cd4282cc2f3889
1 X11 backend with multiple windows
2 ---------------------------------
3 A simple program to demonstrate multiple windows on X11 backend.
5 [source,python]
6 ------------------------------------------------------------------
7 include::../demos/py_simple/x11_windows.py[]
8 ------------------------------------------------------------------