aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/commands.h1
-rw-r--r--include/sway/config.h3
2 files changed, 3 insertions, 1 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index 7fad26a1..ddd2f219 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -165,6 +165,7 @@ sway_cmd cmd_no_focus;
165sway_cmd cmd_output; 165sway_cmd cmd_output;
166sway_cmd cmd_permit; 166sway_cmd cmd_permit;
167sway_cmd cmd_popup_during_fullscreen; 167sway_cmd cmd_popup_during_fullscreen;
168sway_cmd cmd_primary_selection;
168sway_cmd cmd_reject; 169sway_cmd cmd_reject;
169sway_cmd cmd_reload; 170sway_cmd cmd_reload;
170sway_cmd cmd_rename; 171sway_cmd cmd_rename;
diff --git a/include/sway/config.h b/include/sway/config.h
index 190ab13b..ce2b8502 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -530,6 +530,7 @@ struct sway_config {
530 bool auto_back_and_forth; 530 bool auto_back_and_forth;
531 bool show_marks; 531 bool show_marks;
532 enum alignment title_align; 532 enum alignment title_align;
533 bool primary_selection;
533 534
534 bool tiling_drag; 535 bool tiling_drag;
535 int tiling_drag_threshold; 536 int tiling_drag_threshold;
@@ -719,7 +720,7 @@ void free_workspace_config(struct workspace_config *wsc);
719/** 720/**
720 * Updates the value of config->font_height based on the metrics for title's 721 * Updates the value of config->font_height based on the metrics for title's
721 * font as reported by pango. 722 * font as reported by pango.
722 * 723 *
723 * If the height has changed, all containers will be rearranged to take on the 724 * If the height has changed, all containers will be rearranged to take on the
724 * new size. 725 * new size.
725 */ 726 */