aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2010-04-11 16:51:26 +0000
committerokan2010-04-11 16:51:26 +0000
commit9e65d6521af3fcd684942c774a2e30e1ad40b8bd (patch)
treeaad95d0bb3946459a31ac3fd52e0ab6a63e1eedf /calmwm.h
parent611c1bc4a75647429fd8d4f212302334743bff02 (diff)
downloadcwm-9e65d6521af3fcd684942c774a2e30e1ad40b8bd.tar.gz
clean up a few xu_* functions to just accept what they need (Window).
ok oga@
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/calmwm.h b/calmwm.h
index 4898f2c..f990208 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.
*
- * $Id: calmwm.h,v 1.116 2010/02/10 01:23:05 okan Exp $
+ * $Id: calmwm.h,v 1.117 2010/04/11 16:51:26 okan Exp $
*/
#ifndef _CALMWM_H_
@@ -399,9 +399,8 @@ void xu_ptr_setpos(Window, int, int);
void xu_ptr_getpos(Window, int *, int *);
void xu_key_grab(Window, int, int);
void xu_key_ungrab(Window, int, int);
-void xu_sendmsg(struct client_ctx *, Atom, long);
-int xu_getprop(struct client_ctx *, Atom, Atom, long,
- u_char **);
+void xu_sendmsg(Window, Atom, long);
+int xu_getprop(Window, Atom, Atom, long, u_char **);
char *xu_getstrprop(struct client_ctx *, Atom atm);
void xu_setstate(struct client_ctx *, int);
int xu_getstate(struct client_ctx *, int *);