]> git.sur5r.net Git - i3/i3/blobdiff - src/output.c
Revert "raise fullscreen windows on top of all other X11 windows"
[i3/i3] / src / output.c
index a54cb6f35fb54ace23ff77faf2011083eb77343e..1a1a5c460af0b5c6d1d9e01040785eeaa6434454 100644 (file)
@@ -1,8 +1,10 @@
+#undef I3__FILE__
+#define I3__FILE__ "output.c"
 /*
  * vim:ts=4:sw=4:expandtab
  *
  * i3 - an improved dynamic tiling window manager
- * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
+ * © 2009-2013 Michael Stapelberg and contributors (see also: LICENSE)
  *
  * output.c: Output (monitor) related functions.
  *
@@ -20,6 +22,5 @@ Con *output_get_content(Con *output) {
         if (child->type == CT_CON)
             return child;
 
-    ELOG("output_get_content() called on non-output %p\n", output);
-    assert(false);
+    return NULL;
 }