aboutsummaryrefslogtreecommitdiff
path: root/src/ui/windowsystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/windowsystem.h')
-rw-r--r--src/ui/windowsystem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/windowsystem.h b/src/ui/windowsystem.h
index 051982de5..a9d8fb001 100644
--- a/src/ui/windowsystem.h
+++ b/src/ui/windowsystem.h
@@ -1,6 +1,7 @@
/***************************************************************************
* Based on Licq *
* Copyright (C) 2006-2009 Licq developers *
+ * Copyright (C) 2011 Ilya Kotov *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -30,6 +31,7 @@ public:
static void ghostWindow(WId id);
static QString netWindowManagerName();
static void changeWinSticky(WId win, bool stick);
+ static void setWinHint(WId win, const char *res_name, const char *res_class);
private:
static unsigned char* getWindowProperty(WId win, const char* prop);
#endif