diff --git a/WINGs/widgets.c b/WINGs/widgets.c index 177ad3ca..16cbfaea 100644 --- a/WINGs/widgets.c +++ b/WINGs/widgets.c @@ -385,6 +385,7 @@ static void renderPixmap(W_Screen * screen, Pixmap d, Pixmap mask, char **data, if (mask) XDrawPoint(screen->display, mask, screen->monoGC, x, y); + /* FALLTHRU */ case '.': case 'l': XDrawPoint(screen->display, d, lightGC, x, y);