diff options
author | Travis Watkins <amaranth@ubuntu.com> | 2010-05-18 14:57:57 -0500 |
---|---|---|
committer | Travis Watkins <amaranth@ubuntu.com> | 2010-05-18 14:57:57 -0500 |
commit | 09fd3e576b0614451f33679c6a3dc8c0739351b2 (patch) | |
tree | 8fdc7f27731168ee5132dd11959b98e75348b7f9 /src | |
parent | 54deec100959dd84fc3ad7df28cfd745883f5644 (diff) | |
download | zcomp-09fd3e576b0614451f33679c6a3dc8c0739351b2.tar.gz zcomp-09fd3e576b0614451f33679c6a3dc8c0739351b2.tar.bz2 |
add resName getter
Diffstat (limited to 'src')
-rw-r--r-- | src/window.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/window.cpp b/src/window.cpp index e5bbad4..1d69427 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -4641,6 +4641,12 @@ CompWindow::frame () return priv->frame; } +char * +CompWindow::resName () +{ + return priv->resName; +} + int CompWindow::mapNum () const { |