]> git.sur5r.net Git - i3/i3/blobdiff - src/ewmh.c
Merge pull request #3185 from orestisf1993/cmd_move_window_to_position
[i3/i3] / src / ewmh.c
index 5459c7e922ea9c93437d6de94886d902cdc32e9a..f8422bdadaf1f103f146ecde24a4a94cd279a30a 100644 (file)
@@ -1,5 +1,3 @@
-#undef I3__FILE__
-#define I3__FILE__ "ewmh.c"
 /*
  * vim:ts=4:sw=4:expandtab
  *
@@ -224,9 +222,9 @@ void ewmh_update_visible_name(xcb_window_t window, const char *name) {
 /*
  * i3 currently does not support _NET_WORKAREA, because it does not correspond
  * to i3’s concept of workspaces. See also:
- * http://bugs.i3wm.org/539
- * http://bugs.i3wm.org/301
- * http://bugs.i3wm.org/1038
+ * https://bugs.i3wm.org/539
+ * https://bugs.i3wm.org/301
+ * https://bugs.i3wm.org/1038
  *
  * We need to actively delete this property because some display managers (e.g.
  * LightDM) set it.