Skip to content

Commit d740499

Browse files
committed
format
1 parent 9894740 commit d740499

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/ruisapp/glue/linux/glue_xorg.cxx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,11 @@ struct window_wrapper : public utki::destructable {
536536
XFlush(this->display.display);
537537

538538
// set window title
539-
XStoreName(this->display.display, this->window, wp.title.c_str());
539+
XStoreName(
540+
this->display.display, //
541+
this->window,
542+
wp.title.c_str()
543+
);
540544

541545
//====================
542546
// create GLX context

0 commit comments

Comments
 (0)