winpl

LD_PRELOAD-based X11 window manipulator
git clone https://git.sinitax.com/sinitax/winpl
Log | Files | Refs | LICENSE | sfeed.txt

commit 77139d9a2c55c6ec4fb9b0a8e82352e6775fcb8a
parent c592a9acbdccccf84009de2e0d68d0fca2d7a2d3
Author: Louis Burda <quent.burda@gmail.com>
Date:   Wed, 13 Apr 2022 05:49:58 +0200

Adjusted loader arg names and added screen vars

Diffstat:
Mloader.c | 22++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/loader.c b/loader.c @@ -18,18 +18,20 @@ static void write_lib(const char *filename); static bool parse_arg(const char *arg); static const char *conv[][2] = { - { "wx:", "WINPL_WX" }, - { "wy:", "WINPL_WY" }, - { "rwx:", "WINPL_RWX" }, - { "rwy:", "WINPL_RWY" }, - { "mwx:", "WINPL_MWX" }, - { "mwy:", "WINPL_MWY" }, - { "ww:", "WINPL_WW" }, - { "wh:", "WINPL_WH" }, - { "rww:", "WINPL_RWW" }, - { "rwh:", "WINPL_RWH" }, + { "ax:", "WINPL_WX" }, + { "ay:", "WINPL_WY" }, + { "rx:", "WINPL_RWX" }, + { "ry:", "WINPL_RWY" }, + { "x:", "WINPL_MWX" }, + { "y:", "WINPL_MWY" }, + { "w:", "WINPL_WW" }, + { "h:", "WINPL_WH" }, + { "rw:", "WINPL_RWW" }, + { "rh:", "WINPL_RWH" }, { "center", "WINPL_CENTER" }, { "float", "WINPL_FLOAT" }, + { "screen:", "WINPL_SCREEN_NUM" }, + { "pointer", "WINPL_SCREEN_PTR" }, }; void