diff options
Diffstat (limited to 'beryl-plugins/src/wall.c')
-rw-r--r-- | beryl-plugins/src/wall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/beryl-plugins/src/wall.c b/beryl-plugins/src/wall.c index 74b7b90..ccabc99 100644 --- a/beryl-plugins/src/wall.c +++ b/beryl-plugins/src/wall.c @@ -428,7 +428,7 @@ static void wallHandleEvent(CompDisplay * d, XEvent * event) ws->dndState = DnDNone; ws->dndWindow = NULL; } - break; // FIXME: I'm not sure this break is needed, but I think so + break; case ClientMessage: if (event->xclient.message_type == d->winActiveAtom) { |