use previous outputs

This commit is contained in:
taiyu 2015-08-27 20:32:56 -07:00
parent 930d136196
commit da79bd65de
2 changed files with 26 additions and 1 deletions

View file

@ -94,6 +94,7 @@ swayc_t *swayc_focus_by_layout(swayc_t *container, enum swayc_layouts);
swayc_t *swayc_by_handle(wlc_handle handle);
swayc_t *swayc_by_name(const char *name);
swayc_t *swayc_active_output(void);
swayc_t *swayc_active_workspace(void);
swayc_t *swayc_active_workspace_for(swayc_t *view);