X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fpanel.c;h=8bb9f14a61292ce7e8159b14bd9572e727a6cf2e;hb=e8ee3c40c5d9f7f66a033e8492c34e282002e51d;hp=34954f7eba02b56bc1e0679282a98bcfe15c13d4;hpb=b7aaf2ac709f85602ef6152980a639fd3a8577e7;p=chaz%2Ftint2 diff --git a/src/panel.c b/src/panel.c index 34954f7..8bb9f14 100644 --- a/src/panel.c +++ b/src/panel.c @@ -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;