Fix X error when border_width is <1.
[monky] / src / x11.c
index 46a4629..a64d5b5 100644 (file)
--- a/src/x11.c
+++ b/src/x11.c
@@ -336,7 +336,7 @@ void init_window(int own_window, int w, int h, int set_trans, int back_colour,
                        XClassHint classHint;
                        XWMHints wmHint;
                        Atom xa;
-                       
+
 #ifdef USE_ARGB
                        if (have_argb_visual) {
                                attrs.colormap = window.colourmap;