Adding alternativetags patch
This commit is contained in:
6
patch/alternativetags.c
Normal file
6
patch/alternativetags.c
Normal file
@@ -0,0 +1,6 @@
|
||||
void
|
||||
togglealttag()
|
||||
{
|
||||
selmon->alttag = !selmon->alttag;
|
||||
drawbar(selmon);
|
||||
}
|
1
patch/alternativetags.h
Normal file
1
patch/alternativetags.h
Normal file
@@ -0,0 +1 @@
|
||||
static void togglealttag();
|
@@ -4,6 +4,10 @@
|
||||
#include "alpha.c"
|
||||
#endif
|
||||
|
||||
#if ALTERNATIVE_TAGS_PATCH
|
||||
#include "alternativetags.c"
|
||||
#endif
|
||||
|
||||
#if ATTACHABOVE_PATCH || ATTACHASIDE_PATCH || ATTACHBELOW_PATCH || ATTACHBOTTOM_PATCH
|
||||
#include "attachx.c"
|
||||
#endif
|
||||
|
@@ -4,6 +4,10 @@
|
||||
#include "alpha.h"
|
||||
#endif
|
||||
|
||||
#if ALTERNATIVE_TAGS_PATCH
|
||||
#include "alternativetags.h"
|
||||
#endif
|
||||
|
||||
#if ATTACHABOVE_PATCH || ATTACHASIDE_PATCH || ATTACHBELOW_PATCH || ATTACHBOTTOM_PATCH
|
||||
#include "attachx.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user