aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2013-04-17 13:52:20 +0000
committerokan2013-04-17 13:52:20 +0000
commit85984c35a322bce1ae3c3377e4c36b7683891ad3 (patch)
tree41bd2599ff4ea50d524a618ddbd794e4ae3b3925 /calmwm.h
parent8cf54b8535a9a2d1e38c3f022abfc06c5f1aa406 (diff)
downloadcwm-85984c35a322bce1ae3c3377e4c36b7683891ad3.tar.gz
slightly rework WM_STATE set/get to make it less ambigious; will be more clear
on what needs to change to make it right in the end.
Diffstat (limited to '')
-rw-r--r--calmwm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index 694ec7d..b4140e9 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: calmwm.h,v 1.189 2013/04/17 13:30:38 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.190 2013/04/17 13:52:20 okan Exp $
*/
#ifndef _CALMWM_H_
@@ -477,7 +477,7 @@ int xu_ptr_regrab(int, Cursor);
void xu_ptr_setpos(Window, int, int);
void xu_ptr_ungrab(void);
void xu_sendmsg(Window, Atom, long);
-void xu_setstate(struct client_ctx *, int);
+void xu_setstate(Window win, int);
void xu_xorcolor(XRenderColor, XRenderColor,
XRenderColor *);