apply rotatetags patch

This commit is contained in:
korei999 2023-11-29 21:28:45 +02:00
parent 3a2bf53b8f
commit b57dfa173a

View file

@ -24,7 +24,14 @@ static const char *const autostart[] = {
NULL /* terminate */ NULL /* terminate */
}; };
/* tagging - tagcount must be no greater than 31 */ enum {
VIEW_L = -1,
VIEW_R = 1,
SHIFT_L = -2,
SHIFT_R = 2,
} RotateTags;
/* tagging - TAGCOUNT must be no greater than 31 */
#define TAGCOUNT (10) #define TAGCOUNT (10)
static int log_level = WLR_ERROR; static int log_level = WLR_ERROR;