summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorshuall <shualloret@gmail.com>2016-10-29 04:09:26 +0200
committershuall <shualloret@gmail.com>2016-10-29 04:09:26 +0200
commit0b758e08f2bca283eb930ede8165bfa26e6cacea (patch)
tree47417c636eec013619413c60ed459e8c7135268a /options.h
parent878d97068cb6c8ae044332ac3c8218fcad635b42 (diff)
downloadnsxiv-0b758e08f2bca283eb930ede8165bfa26e6cacea.tar.zst
added support for XEMBED into other windows (ie tabbed) with -w
Diffstat (limited to 'options.h')
-rw-r--r--options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.h b/options.h
index 25abf16..40c2506 100644
--- a/options.h
+++ b/options.h
@@ -41,6 +41,7 @@ typedef struct {
/* window: */
bool fullscreen;
bool hide_bar;
+ long embed;
char *geometry;
char *res_name;