diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-08-30 21:20:31 +1000 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-08-30 21:20:31 +1000 |
| commit | caf606cc7f10562da60e27361e1dc8b1d06f6d4b (patch) | |
| tree | b28b186339b90b75a767b96c780f9a643ff70204 /include | |
| parent | cada748cf216aefc3d16df0aefee3e09683e9b8d (diff) | |
Don't use wlr_output properties
These properties are before rotation.
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/output.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/output.h b/include/sway/output.h index 540ed8a0..19a61175 100644 --- a/include/sway/output.h +++ b/include/sway/output.h @@ -28,6 +28,9 @@ struct sway_output { struct timespec last_frame; struct wlr_output_damage *damage; + int lx, ly; + int width, height; + bool enabled; list_t *workspaces; |
