63767e542b
this was meant to go to a feature branch *sigh it must be Friday
13 lines
167 B
C
13 lines
167 B
C
/*
|
|
|
|
Settings about which X11 desktops have support enabled.
|
|
|
|
*/
|
|
|
|
#ifndef CONFIG_VCLPLUG_H
|
|
#define CONFIG_VCLPLUG_H
|
|
|
|
#define ENABLE_GTK 0
|
|
#define ENABLE_KDE4 0
|
|
|
|
#endif
|