diff options
Diffstat (limited to 'include/core/window.h')
-rw-r--r-- | include/core/window.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core/window.h b/include/core/window.h index 788f1f3..b0a4346 100644 --- a/include/core/window.h +++ b/include/core/window.h @@ -333,6 +333,8 @@ class CompWindow : Window id (); Window frame (); + char * resName (); + const CompRegion & region () const; const CompRegion & frameRegion () const; |