Группа :: Графические оболочки/Icewm
Пакет: icewm
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: themes.patch
--- icewm-1.2.28/src/default.h.bak 2006-11-11 02:49:21 +0700
+++ icewm-1.2.28/src/default.h 2006-11-11 03:09:48 +0700
@@ -31,7 +31,6 @@
XSV(const char *, winMenuItems, "rmsnxfhualyticw")
#ifdef CONFIG_TASKBAR
XIV(bool, showTaskBar, true)
-XIV(bool, taskBarAtTop, false)
XIV(bool, taskBarKeepBelow, false)
XIV(bool, taskBarShowClock, true)
XIV(bool, taskBarShowApm, false)
@@ -53,7 +52,6 @@
XIV(bool, taskBarShowAllWindows, false)
XIV(bool, taskBarShowWindowIcons, true)
XIV(bool, taskBarAutoHide, false)
-XIV(bool, taskBarDoubleHeight, true)
XIV(bool, taskBarWorkspacesLeft, true)
XIV(bool, pagerShowPreview, true)
XIV(bool, pagerShowWindowIcons, true)
@@ -247,7 +245,6 @@
OBV("AutoReloadMenus", &autoReloadMenus, "Reload menu files automatically"),
#ifdef CONFIG_TASKBAR
OBV("ShowTaskBar", &showTaskBar, "Show task bar"),
- OBV("TaskBarAtTop", &taskBarAtTop, "Task bar at top of the screen"),
OBV("TaskBarKeepBelow", &taskBarKeepBelow, "Keep the task bar below regular windows"),
OBV("TaskBarAutoHide", &taskBarAutoHide, "Auto hide task bar after delay"),
OBV("TaskBarShowClock", &taskBarShowClock, "Show clock on task bar"),
@@ -274,7 +271,6 @@
OBV("TaskBarShowCPUStatus", &taskBarShowCPUStatus, "Show CPU status on task bar (Linux & Solaris)"),
OBV("TaskBarShowNetStatus", &taskBarShowNetStatus, "Show network status on task bar (Linux only)"),
OBV("TaskBarShowCollapseButton", &taskBarShowCollapseButton, "Show a button to collapse the taskbar"),
- OBV("TaskBarDoubleHeight", &taskBarDoubleHeight, "Use double-height task bar"),
OBV("TaskBarWorkspacesLeft", &taskBarWorkspacesLeft, "Place workspace pager on left, not right"),
OBV("PagerShowPreview", &pagerShowPreview, "Show a mini desktop preview on each workspace button"),
OBV("PagerShowWindowIcons", &pagerShowWindowIcons, "Draw window icons inside large enough preview windows on pager (if PagerShowPreview=1)"),
--- icewm-1.2.28/src/themable.h.bak 2006-11-11 03:11:48 +0700
+++ icewm-1.2.28/src/themable.h 2006-11-11 03:13:22 +0700
@@ -12,6 +12,10 @@
XIV(bool, titleBarJoinRight, false)
XIV(bool, showFrameIcon, true)
+#ifdef CONFIG_TASKBAR
+XIV(bool, taskBarAtTop, false)
+XIV(bool, taskBarDoubleHeight, false)
+#endif
XIV(int, wsBorderX, 6)
XIV(int, wsBorderY, 6)
XIV(int, wsDlgBorderX, 2)
@@ -153,6 +157,10 @@
OBV("TaskBarClockLeds", &prettyClock, "Task bar clock/APM uses nice pixmapped LCD display (but then it doesn't display correctly in many languages anymore, e.g. for Japanese and Korean it works only when a real font is used and not the LEDs"),
OBV("TrayDrawBevel", &trayDrawBevel, "Surround the tray with plastic border"),
+#ifdef CONFIG_TASKBAR
+ OBV("TaskBarAtTop", &taskBarAtTop, "Task bar at top of the screen"),
+ OBV("TaskBarDoubleHeight", &taskBarDoubleHeight, "Use double-height task bar"),
+#endif
OBV("TitleBarCentered", &titleBarCentered, "Draw window title centered (obsoleted by TitleBarJustify)"),
OBV("TitleBarJoinLeft", &titleBarJoinLeft, "Join title*S and title*T"),
OBV("TitleBarJoinRight", &titleBarJoinRight, "Join title*T and title*B"),