summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorOlof-Joachim Frahm <olof@macrolet.net>2019-10-11 22:19:33 +0200
committerOlof-Joachim Frahm <olof@macrolet.net>2019-10-11 22:19:33 +0200
commitde734d41517986273f8c887f892e15b66f0936ec (patch)
treee6d90e691e08cf8bdbd19eba7f2dc2a2af9f83df /src/options.h
parent7d154c00258c70136b0bca8ae162fe08c645373e (diff)
Allow setting the X11 class hint as an option.
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index 883c8e2..93474a9 100644
--- a/src/options.h
+++ b/src/options.h
@@ -128,6 +128,7 @@ struct __fehoptions {
int zoom_mode;
unsigned char adjust_reload;
int xinerama_index;
+ char *x11_class;
/* signed in case someone wants to invert scrolling real quick */
int scroll_step;