]> git.sur5r.net Git - i3/i3/blobdiff - include/commands.h
Ensure that the "border" command uses logical pixels.
[i3/i3] / include / commands.h
index 968bfbef4075b35ba09644d050f779d03cbeff5d..9f83cb218c56c239d85768db461a3288a966bd43 100644 (file)
@@ -76,7 +76,7 @@ void cmd_resize(I3_CMD, const char *way, const char *direction, long resize_px,
  * Implementation of 'border normal|pixel [<n>]', 'border none|1pixel|toggle'.
  *
  */
-void cmd_border(I3_CMD, const char *border_style_str, const char *border_width);
+void cmd_border(I3_CMD, const char *border_style_str, long border_width);
 
 /**
  * Implementation of 'nop <comment>'.