all repos — tint2 @ 9a1ec1884f6fd4880cdd94ee3a7d8f50b3010e64

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Fix issue 455 (tint2 places itself in dock even with panel_dock = 0)

git-svn-id: http://tint2.googlecode.com/svn/trunk@664 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
o9000 o9000
commit

9a1ec1884f6fd4880cdd94ee3a7d8f50b3010e64

parent

b6efa12befa6e8f08e99ac1ec7808c547f0df7b1

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/panel.csrc/panel.c

@@ -426,7 +426,7 @@ g_free(name);

} // Dock - long val = server.atom._NET_WM_WINDOW_TYPE_DOCK; + long val = panel_dock ? server.atom._NET_WM_WINDOW_TYPE_DOCK : server.atom._NET_WM_WINDOW_TYPE_NORMAL; XChangeProperty (server.dsp, p->main_win, server.atom._NET_WM_WINDOW_TYPE, XA_ATOM, 32, PropModeReplace, (unsigned char *) &val, 1); // Sticky and below other window