diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-02-06 19:40:21 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-02-07 02:14:43 -0500 |
| commit | a0a9b0334b32e205da994b0395af1b544888a5dd (patch) | |
| tree | a42870f68b313cfded3efc8c6917e9d64c896039 /openbox/window.h | |
| parent | 5f04ca85ef6a2ebc2d66842e261a676691e9b4de (diff) | |
make the internal window type more easily inheritable
Diffstat (limited to 'openbox/window.h')
| -rw-r--r-- | openbox/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/window.h b/openbox/window.h index c7bfc895..cc380d34 100644 --- a/openbox/window.h +++ b/openbox/window.h @@ -76,7 +76,7 @@ void window_remove(Window xwin); /* Internal openbox-owned windows like the alt-tab popup */ struct _ObInternalWindow { - ObWindow obwin; + ObWindowClass type; Window window; }; |
