aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2013-05-27 23:20:45 +0000
committerokan2013-05-27 23:20:45 +0000
commit806eaefbddc237cd544a9f1aa3715f3c429e08ae (patch)
tree2315debc4615c03aaaebf55768e5caa58188fdf7 /calmwm.h
parent0e1a282d21c537a3a9f065464a15044befb6f4d1 (diff)
downloadcwm-806eaefbddc237cd544a9f1aa3715f3c429e08ae.tar.gz
fix type in a ClientMessage (xu_sendmsg).
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index a2f1e97..4dbaf67 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.210 2013/05/23 16:52:39 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.211 2013/05/27 23:20:45 okan Exp $
*/
#ifndef _CALMWM_H_
@@ -457,7 +457,7 @@ int xu_ptr_grab(Window, u_int, Cursor);
int xu_ptr_regrab(u_int, Cursor);
void xu_ptr_setpos(Window, int, int);
void xu_ptr_ungrab(void);
-void xu_sendmsg(Window, Atom, long);
+void xu_sendmsg(Window, Atom, Atom);
void xu_set_wm_state(Window win, int);
void xu_xft_draw(struct screen_ctx *, const char *,
int, int, int);