diff options
author | okan | 2008-05-17 03:59:54 +0000 |
---|---|---|
committer | okan | 2008-05-17 03:59:54 +0000 |
commit | 170f81834e88d241194595a8f05821f23c933477 (patch) | |
tree | 08b41548b7976c2ea8ef60fd71fc59bab9f0c402 /calmwm.h | |
parent | 6a2c99a2df8d170eda74cccacbb5a5225d617d21 (diff) | |
download | cwm-170f81834e88d241194595a8f05821f23c933477.tar.gz |
fix cwm's current XShape support from Edd Barrett -thanks.
XShape events should be handled at some point.
ok oga@
Diffstat (limited to 'calmwm.h')
-rw-r--r-- | calmwm.h | 3 |
1 files changed, 2 insertions, 1 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.38 2008/05/01 18:01:13 oga Exp $ + * $Id: calmwm.h,v 1.39 2008/05/17 03:59:54 okan Exp $ */ #ifndef _CALMWM_H_ @@ -355,6 +355,7 @@ struct client_ctx *client_mrunext(struct client_ctx *cc); struct client_ctx *client_mruprev(struct client_ctx *cc); void client_gethints(struct client_ctx *cc); void client_freehints(struct client_ctx *cc); +void client_do_shape(struct client_ctx *); void xev_handle_maprequest(struct xevent *, XEvent *); void xev_handle_unmapnotify(struct xevent *, XEvent *); |