-
Notifications
You must be signed in to change notification settings - Fork 0
DRAWKBLIB
Octavio Alvarez edited this page Aug 29, 2013
·
1 revision
DRAWKBLIB library
Sets Superkb to use either Xlib or Cairo for rendering the keyboard on screen.
- library
- Specifies the library to be used, either xlib or cairo.
Default value is cairo as of 0.20. Please beware that even if Cairo support is not compiled in, the default value is still cairo.
Since: 0.20.
0.20: In order for the options to be supported (either xlib or cairo), its corresponding code must be compiled in. For example, your Superkb version might have been compiled without Cairo support. In this case the only valid option would be xlib.