repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sw_redlinehide_4b: fix wrong handling of IsDelLastPara() redlines
[LibreOffice.git]
/
config_host
/
config_vclplug.h.in
blob
5bd9b4b98fe4a27bc027d5b2467a2d2b0f5ee87f
1
/*
2
3
Settings about which X11 desktops have support enabled.
4
5
*/
6
7
#ifndef CONFIG_VCLPLUG_H
8
#define CONFIG_VCLPLUG_H
9
10
#define ENABLE_GTK 0
11
#define ENABLE_KDE5 0
12
#define ENABLE_GTK3_KDE5 0
13
14
#endif