diff options
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 *, |