]> Dogcows Code - chaz/tint2/blobdiff - src/panel.c
*fix* more systray modifications for nice looking icons in real transparency mode
[chaz/tint2] / src / panel.c
index 34954f7eba02b56bc1e0679282a98bcfe15c13d4..8bb9f14a61292ce7e8159b14bd9572e727a6cf2e 100644 (file)
@@ -407,7 +407,6 @@ void set_panel_properties(Panel *p)
        // Unfocusable
        XWMHints wmhints;
        if (panel_dock) {
-               // TODO: Xdnd feature cannot be used in withdrawn state at the moment (at least GTK apps fail, qt seems to work)
                wmhints.icon_window = wmhints.window_group = p->main_win;
                wmhints.flags = StateHint | IconWindowHint;
                wmhints.initial_state = WithdrawnState;
This page took 0.021941 seconds and 4 git commands to generate.