X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fscratchpad.h;h=c6157052ff5c9017d38b057137ba91670ddfa125;hb=71ccb4bef2850bd5beab8a4ef4669bf53b5a9781;hp=4fb7523a0bf4df581c25c2831d23380a774ce4e2;hpb=634512404940fb4b1effc930feb8b108883cef60;p=i3%2Fi3 diff --git a/include/scratchpad.h b/include/scratchpad.h index 4fb7523a..c6157052 100644 --- a/include/scratchpad.h +++ b/include/scratchpad.h @@ -7,8 +7,8 @@ * scratchpad.c: Scratchpad functions (TODO: more description) * */ -#ifndef _SCRATCHPAD_H -#define _SCRATCHPAD_H +#ifndef I3_SCRATCHPAD_H +#define I3_SCRATCHPAD_H /** * Moves the specified window to the __i3_scratch workspace, making it floating @@ -30,4 +30,14 @@ void scratchpad_move(Con *con); */ void scratchpad_show(Con *con); +/** + * When starting i3 initially (and after each change to the connected outputs), + * this function fixes the resolution of the __i3 pseudo-output. When that + * resolution is not set to a function which shares a common divisor with every + * active output’s resolution, floating point calculation errors will lead to + * the scratchpad window moving when shown repeatedly. + * + */ +void scratchpad_fix_resolution(void); + #endif