diff options
author | taiyu <[email protected]> | 2015-08-20 05:06:22 -0700 |
---|---|---|
committer | taiyu <[email protected]> | 2015-08-20 05:06:22 -0700 |
commit | f5fde7c45c04b02406eabc34cbb4248189c6a26e (patch) | |
tree | 120cbb51e8e16346743b9408e17452ab5e81d0e2 /sway/focus.c | |
parent | f6e002fb8b664d80ef10126f6a204ffbb2f192df (diff) |
style
Diffstat (limited to 'sway/focus.c')
-rw-r--r-- | sway/focus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/focus.c b/sway/focus.c index a6ffe73f..5008dbbf 100644 --- a/sway/focus.c +++ b/sway/focus.c @@ -21,7 +21,7 @@ static void update_focus(swayc_t *c) { // Case where output changes case C_OUTPUT: wlc_output_focus(c->handle); - //Set new workspace to the outputs focused workspace + // Set new workspace to the outputs focused workspace active_workspace = c->focused; break; @@ -118,7 +118,7 @@ void set_focused_container(swayc_t *c) { // activate current focus if (p->type == C_VIEW) { wlc_view_set_state(p->handle, WLC_BIT_ACTIVATED, true); - //set focus if view_focus is unlocked + // set focus if view_focus is unlocked if (!locked_view_focus) { wlc_view_focus(p->handle); } |