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 /window.h | |
parent | 878d97068cb6c8ae044332ac3c8218fcad635b42 (diff) |
added support for XEMBED into other windows (ie tabbed) with -w
Diffstat (limited to 'window.h')
-rw-r--r-- | window.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -71,6 +71,7 @@ typedef struct { unsigned int bw; bool fullscreen; + long embed; struct { int w; |