Skip to content

DRAWKBLIB

Octavio Alvarez edited this page Aug 29, 2013 · 1 revision

Table of Contents

Syntax

DRAWKBLIB library

Description

Sets Superkb to use either Xlib or Cairo for rendering the keyboard on screen.

Parameters

library
Specifies the library to be used, either xlib or cairo.

Default

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.

Version

Since: 0.20.

Notes

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.

Clone this wiki locally