mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
- Removed support for legacy systems: OpenLook, KDE-2.x, Gnome-1.x
- Removed #define and #ifdef XFT constructs, as XFT is on all the time
This commit is contained in:
19
src/dialog.c
19
src/dialog.c
@@ -1370,21 +1370,12 @@ wShowInfoPanel(WScreen *scr)
|
||||
char buf[80];
|
||||
int j = 0;
|
||||
|
||||
#ifdef MWM_HINTS
|
||||
list[j++] = "MWM";
|
||||
#endif
|
||||
#ifdef KWM_HINTS
|
||||
list[j++] = "KDE";
|
||||
#endif
|
||||
#ifdef GNOME_STUFF
|
||||
list[j++] = "GNOME";
|
||||
#endif
|
||||
#ifdef OLWM_HINTS
|
||||
list[j++] = "OLWM";
|
||||
#endif
|
||||
#ifdef NETWM_HINTS
|
||||
list[j++] = "WMSPEC";
|
||||
#endif
|
||||
#ifdef MWM_HINTS
|
||||
list[j++] = "MWM";
|
||||
#endif
|
||||
|
||||
buf[0] = 0;
|
||||
for (i = 0; i < j; i++) {
|
||||
@@ -1405,12 +1396,10 @@ wShowInfoPanel(WScreen *scr)
|
||||
strbuf = wstrappend(strbuf, _("\nSound enabled"));
|
||||
}
|
||||
|
||||
#ifdef XFT
|
||||
strbuf = wstrappend(strbuf, _("; Antialiased text"));
|
||||
#endif
|
||||
|
||||
#ifdef VIRTUAL_DESKTOP
|
||||
strbuf = wstrappend(strbuf, _("; VirtualDesktop"));
|
||||
strbuf = wstrappend(strbuf, _(", VirtualDesktop"));
|
||||
#endif
|
||||
|
||||
#ifdef XINERAMA
|
||||
|
||||
Reference in New Issue
Block a user