blob: 5bd9b4b98fe4a27bc027d5b2467a2d2b0f5ee87f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
Settings about which X11 desktops have support enabled.
*/
#ifndef CONFIG_VCLPLUG_H
#define CONFIG_VCLPLUG_H
#define ENABLE_GTK 0
#define ENABLE_KDE5 0
#define ENABLE_GTK3_KDE5 0
#endif
|