diff options
Diffstat (limited to 'src/Xutil.hh')
-rw-r--r-- | src/Xutil.hh | 6 |
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 | ||
34 | std::string getWMName(Window window); | 34 | std::string getWMName(Window window); |
35 | 35 | ||
36 | std::string getWMClassName(Window win); | ||
37 | std::string getWMClassClass(Window win); | ||
38 | |||
39 | |||
36 | }; // end namespace Xutil | 40 | }; // end namespace Xutil |
37 | 41 | ||
38 | #endif // XUTIL_HH | 42 | #endif // XUTIL_HH |