aboutsummaryrefslogtreecommitdiff
path: root/src/Xutil.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-01-30 11:06:25 (GMT)
committerrathnor <rathnor>2004-01-30 11:06:25 (GMT)
commit8b5f039f10e51f972dbed0a4d75fc569bde4b9a8 (patch)
tree6807bde3faf8c4508c8050d5eab4a6c9665cc253 /src/Xutil.hh
parentbfcf8c42056dbdb5f0e38cf97c653ea6c62e8cda (diff)
downloadfluxbox-8b5f039f10e51f972dbed0a4d75fc569bde4b9a8.zip
fluxbox-8b5f039f10e51f972dbed0a4d75fc569bde4b9a8.tar.bz2
slitlist fixing up
Diffstat (limited to 'src/Xutil.hh')
-rw-r--r--src/Xutil.hh6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Xutil.hh b/src/Xutil.hh
index cbb7f78..43796db 100644
--- a/src/Xutil.hh
+++ b/src/Xutil.hh
@@ -20,7 +20,7 @@
20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21// DEALINGS IN THE SOFTWARE. 21// DEALINGS IN THE SOFTWARE.
22 22
23// $Id: Xutil.hh,v 1.2 2004/01/11 16:04:39 fluxgen Exp $ 23// $Id: Xutil.hh,v 1.3 2004/01/30 11:06:25 rathnor Exp $
24 24
25#ifndef XUTIL_HH 25#ifndef XUTIL_HH
26#define XUTIL_HH 26#define XUTIL_HH
@@ -33,6 +33,10 @@ namespace Xutil {
33 33
34std::string getWMName(Window window); 34std::string getWMName(Window window);
35 35
36std::string getWMClassName(Window win);
37std::string getWMClassClass(Window win);
38
39
36}; // end namespace Xutil 40}; // end namespace Xutil
37 41
38#endif // XUTIL_HH 42#endif // XUTIL_HH