diff options
author | shuall <shualloret@gmail.com> | 2016-10-28 22:09:26 -0400 |
---|---|---|
committer | shuall <shualloret@gmail.com> | 2016-10-28 22:09:26 -0400 |
commit | 0b758e08f2bca283eb930ede8165bfa26e6cacea (patch) | |
tree | 47417c636eec013619413c60ed459e8c7135268a /options.h | |
parent | 878d97068cb6c8ae044332ac3c8218fcad635b42 (diff) |
added support for XEMBED into other windows (ie tabbed) with -w
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ typedef struct { /* window: */ bool fullscreen; bool hide_bar; + long embed; char *geometry; char *res_name; |