Semicolon to the rescue

This commit is contained in:
Robin Gareus 2024-04-11 23:42:13 +02:00
parent b8c474ff32
commit 96e83f4101
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ Splash::expose (GdkEventExpose* ev)
/* clear background (for transparent splash images */
Glib::RefPtr<Gdk::GC> bg = get_style()->get_bg_gc (STATE_NORMAL);
window->draw_rectangle(bg, true, ev->area.x, ev->area.y, ev->area.width, ev->area.height)
window->draw_rectangle(bg, true, ev->area.x, ev->area.y, ev->area.width, ev->area.height);
/* note: height & width need to be constrained to the pixbuf size
in case a WM provides us with a screwy allocation