]> git.sur5r.net Git - i3/i3/commitdiff
Mention floating_fix_coordinates in the hacking how-to.
authorFernando Tarlá Cardoso Lemos <fernandotcl@gmail.com>
Sun, 29 Jan 2012 19:15:18 +0000 (17:15 -0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 14 Feb 2012 21:51:13 +0000 (21:51 +0000)
docs/hacking-howto

index 836d5701acff304f68aa7b3e3c7ca346f9425df0..73ae96335991d5312e1b61b5a0c265be8a16926f 100644 (file)
@@ -936,6 +936,11 @@ Without much ado, here is the list of cases which need to be considered:
   leads to code which looks like it works fine but which does not work under
   certain conditions.
 
+* Forgetting to call `floating_fix_coordinates(con, old_rect, new_rect)` after
+  moving workspaces across outputs. Coordinates for floating containers are
+  not relative to workspace boundaries, so you must correct their coordinates
+  or those containers will show up in the wrong workspace or not at all.
+
 == Using git / sending patches
 
 For a short introduction into using git, see