]> git.sur5r.net Git - i3/i3/blobdiff - include/layout.h
Bugfix: Store width_factor/height_factor per workspace, not per container
[i3/i3] / include / layout.h
index 7750e75f4813485bc848dce3ef0400a2437cb3c6..19a40c5d157de4af771a23959b5647cb2f391b87 100644 (file)
 
 /**
  * Gets the unoccupied space (= space which is available for windows which were resized by the user)
- * for the given row. This is necessary to render both, customly resized windows and never touched
+ * This is necessary to render both, customly resized windows and never touched
  * windows correctly, meaning that the aspect ratio will be maintained when opening new windows.
  *
  */
-int get_unoccupied_x(Workspace *workspace, int row);
+int get_unoccupied_x(Workspace *workspace);
 
 /**
  * (Re-)draws window decorations for a given Client onto the given drawable/graphic context.