aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2013-04-17 13:57:06 +0000
committerokan2013-04-17 13:57:06 +0000
commit1474b1efa279e0271abd1fba7efd80869ac96175 (patch)
tree8a975d8d1ff2f634d44ea8be33a6f8aad6dea2b5 /calmwm.h
parent85984c35a322bce1ae3c3377e4c36b7683891ad3 (diff)
downloadcwm-1474b1efa279e0271abd1fba7efd80869ac96175.tar.gz
mechanical xu_{get,set}state -> xu_{get,set}_wm_state change
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/calmwm.h b/calmwm.h
index b4140e9..7e62548 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.190 2013/04/17 13:52:20 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.191 2013/04/17 13:57:06 okan Exp $
*/
#ifndef _CALMWM_H_
@@ -467,7 +467,7 @@ void xu_configure(struct client_ctx *);
void xu_getatoms(void);
unsigned long xu_getcolor(struct screen_ctx *, char *);
int xu_getprop(Window, Atom, Atom, long, u_char **);
-int xu_getstate(Window, int *);
+int xu_get_wm_state(Window, int *);
int xu_getstrprop(Window, Atom, char **);
void xu_key_grab(Window, int, int);
void xu_key_ungrab(Window, int, int);
@@ -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(Window win, int);
+void xu_set_wm_state(Window win, int);
void xu_xorcolor(XRenderColor, XRenderColor,
XRenderColor *);