Lines Matching +full:- +full:- +full:exit +full:- +full:code
6 --------
15 -------------
19 1. Install XLib: ``sudo apt-get install libx11-6`` (should be installed already)
20 2. Install XLib development package: ``sudo apt-get install libx11-dev``
24 --------------------
27 .. code-block:: c
32 - Direct Exit
33 .. code-block:: c
35 …#define LV_X11_DIRECT_EXIT 1 /* preferred default - ends the application automatically if last wi…
40 - Double buffering
41 .. code-block:: c
47 - Render mode
48 .. code-block:: c
57 -----
62 .. code-block:: c
85 | Full initialisation with mouse pointer symbol and own application exit handling
88 .. code-block:: c
114 /* set optional window close callback to enable application cleanup and exit */