all repos — tint2 @ 9b036efc5cb40dc16b007e0a4bda59d2354ab949

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

cleanup

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

9b036efc5cb40dc16b007e0a4bda59d2354ab949

parent

0e0ae86bfa2668a517d7ceb76e17a31b1cfb2693

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

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

@@ -784,9 +784,8 @@ break;

case UnmapNotify: case DestroyNotify: if (e.xany.window == server.composite_manager) { - printf("Stop composite.\n"); + // TODO: Stop real_transparency //signal_pending = SIGUSR2; - server_init_visual(); break; } if (e.xany.window == g_tooltip.window || !systray.area.on_screen)

@@ -803,11 +802,13 @@ case ClientMessage:

ev = &e; if (ev->data.l[1] == server.atom._NET_WM_CM_S0) { if (ev->data.l[2] == None) - printf("Stop composite 2.\n"); + // TODO: Stop real_transparency + //signal_pending = SIGUSR2; + ; else - printf("Start composite.\n"); - server_init_visual(); - //signal_pending = SIGUSR2; + // TODO: Start real_transparency + //signal_pending = SIGUSR2; + ; } if (!systray.area.on_screen) break; if (e.xclient.message_type == server.atom._NET_SYSTEM_TRAY_OPCODE && e.xclient.format == 32 && e.xclient.window == net_sel_win) {