Implements window management for X11 graphics environment.
X11-Subsystem impl | Implements window management for X11 graphics environment. |
Copyright | This program is free software. |
Files | |
C-kern/ | Header file of X11-Subsystem. |
C-kern/ | Implementation file X11-Subsystem impl. |
X11_t | |
static variables | |
s_X11_init | Remembers if initialization was done. |
init | |
update | |
Functions | group: test |
This program is free software. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
© 2011 Jörg Seebohn
Header file of X11-Subsystem.
Implementation file X11-Subsystem impl.
static variables | |
s_X11_init | Remembers if initialization was done. |
init | |
update |
static bool s_X11_init
Remembers if initialization was done. It is used in initonce_X11 which is called before any other X11 function is called and which inits the X11-library to make it thread safe.
Remembers if initialization was done.
static bool s_X11_init
Implement init as a no op if defined KONFIG_USERINTERFACE_X11.
#define initonce_X11( ) (0)