diff options
Diffstat (limited to 'src/window.h')
-rw-r--r-- | src/window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h index a74ed219..367c1433 100644 --- a/src/window.h +++ b/src/window.h @@ -37,6 +37,7 @@ struct _MetaWindow int win_gravity; int depth; Visual *xvisual; + char *title; }; MetaWindow* meta_window_new (MetaDisplay *display, |