diff options
Diffstat (limited to '')
-rw-r--r-- | calmwm.h | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 *); |