diff options
author | okan | 2017-07-14 17:23:38 +0000 |
---|---|---|
committer | okan | 2017-07-14 17:23:38 +0000 |
commit | ba81f9fd0ec3dc781e00fb08de920e3ccdbc0be5 (patch) | |
tree | ac8811182c0aff69108ac385a44c5b83a43498bf /calmwm.h | |
parent | dedb5e32d1b6072cfb1c7c0fe5dcee8536d93654 (diff) | |
download | cwm-ba81f9fd0ec3dc781e00fb08de920e3ccdbc0be5.tar.gz |
Pull over the remaining re-implemented window move/resize functions and create
a wrapper so that the key and mouse based move/resize callbacks can be unified.
This has already been done with other window operations and menus.
Diffstat (limited to 'calmwm.h')
-rw-r--r-- | calmwm.h | 5 |
1 files changed, 1 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. * - * $OpenBSD: calmwm.h,v 1.340 2017/07/12 16:56:26 okan Exp $ + * $OpenBSD: calmwm.h,v 1.341 2017/07/14 17:23:38 okan Exp $ */ #ifndef _CALMWM_H_ @@ -493,9 +493,6 @@ void kbfunc_exec_cmd(void *, struct cargs *); void kbfunc_exec_lock(void *, struct cargs *); void kbfunc_exec_term(void *, struct cargs *); -void mousefunc_client_move(void *, struct cargs *); -void mousefunc_client_resize(void *, struct cargs *); - void menu_windraw(struct screen_ctx *, Window, const char *, ...); struct menu *menu_filter(struct screen_ctx *, struct menu_q *, |