summaryrefslogtreecommitdiff
path: root/src/output.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Even more cleanup and commenting thingsLeon Henrik Plickat2021-12-131-12/+13
|
* More cleanupLeon Henrik Plickat2021-12-131-13/+18
|
* Do not update unrelated layer surface settings on configure eventLeon Henrik Plickat2021-12-131-2/+0
| | | | | | | Before this patch, wlclock would always update all layer surface settings on every configure event. This is known to create a feedback loop with faulty compositors (see https://github.com/swaywm/sway/pull/6709). While wlclock did nothing wrong before, not updating these settings is more idiomatic.
* Use global contextLeon Henrik Plickat2021-11-141-22/+19
|
* Render on callbackLeon Henrik Plickat2020-09-261-7/+9
|
* InitLeon Henrik Plickat2020-09-241-0/+169