]> git.sur5r.net Git - i3/i3/blobdiff - include/ewmh.h
Replace http:// with https:// where applicable
[i3/i3] / include / ewmh.h
index 2a55ab9fb4ba738b179e14a9b4414f836547b0a8..5844faa660a3886f78d0e1669f3a162c1385fbc9 100644 (file)
@@ -9,6 +9,8 @@
  */
 #pragma once
 
+#include <config.h>
+
 /**
  * Updates _NET_CURRENT_DESKTOP with the current desktop number.
  *
@@ -90,9 +92,9 @@ void ewmh_setup_hints(void);
 /**
  * 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.