]> git.sur5r.net Git - i3/i3/blobdiff - src/x.c
Skip drawing for uninitialized surfaces.
[i3/i3] / src / x.c
diff --git a/src/x.c b/src/x.c
index 86a0c79738323f581c9d1957ffa243e6c4771ca9..49325af4fe02a3e0af4dafa352ed24d2193ec559 100644 (file)
--- a/src/x.c
+++ b/src/x.c
@@ -518,7 +518,7 @@ void x_draw_decoration(Con *con) {
     if (p->border_style != BS_NORMAL)
         goto copy_pixmaps;
 
-    /* If the parent hasn't been set up yet, skip the decoratin rendering
+    /* If the parent hasn't been set up yet, skip the decoration rendering
      * for now. */
     if (parent->frame_buffer.id == XCB_NONE)
         goto copy_pixmaps;