[PATCH v2 0/6] Improve xrandr support
Mathieu OTHACEHE <[email protected]> Tue, 29 Nov 2016 20:00:48 +0100
| Newsgroups | gmane.comp.window-managers.ratpoison.devel |
|---|---|
| Message-ID | <[email protected]> |
This patch set does 4 things : * Affect a number from a global numset to each screen. * Use the previous number in multi-monitor commands (sselect, sfdump, sfrestore and fdump). * Sort screens using height dimension. * Fix a gcc warning when compiling without xrandr support. To be applied to xrandr branch. Thanks, Mathieu Mathieu OTHACEHE (6): Assign a number to each screen using a numset Fix fdump and sselect Fix sfdump Fix sfrestore Add height dimension to screen sorting Kill gcc uninitialized warning src/actions.c | 91 +++++++++++++++++++++++++++++++++++------------------------ src/data.h | 6 ++++ src/screen.c | 52 ++++++++++++++++++++++++++-------- src/screen.h | 2 +- 4 files changed, 102 insertions(+), 49 deletions(-) -- 2.10.2