Commit c7e6f208 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winex11.drv: Add a trailing linefeed to a WARN() message.

parent 2f578031
......@@ -1526,7 +1526,7 @@ Window get_dummy_parent(void)
dummy_parent = XCreateWindow( gdi_display, root_window, -1, -1, 1, 1, 0, default_visual.depth,
InputOutput, default_visual.visual,
CWColormap | CWBorderPixel | CWOverrideRedirect, &attrib );
WARN("Xshape support is not compiled in. Applications under XWayland may have poor performance.");
WARN("Xshape support is not compiled in. Applications under XWayland may have poor performance.\n");
#endif
XMapWindow( gdi_display, dummy_parent );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment