Add missing closing parenthesis.
This commit is contained in:
parent
b6e0122926
commit
a638d90e00
@ -1305,7 +1305,7 @@ void Fl_Wayland_Window_Driver::use_border() {
|
||||
if (!shown() || pWindow->parent()) return;
|
||||
struct libdecor_frame *frame = fl_xid(pWindow)->frame;
|
||||
if (frame && Fl_Wayland_Screen_Driver::compositor != Fl_Wayland_Screen_Driver::KDE &&
|
||||
&& fl_xid(pWindow)->xdg_surface) {
|
||||
&& fl_xid(pWindow)->xdg_surface)) {
|
||||
libdecor_frame_set_visibility(frame, pWindow->border());
|
||||
pWindow->redraw();
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user