resistance: remove bool, add resistance.h + license

This commit is contained in:
ARDiDo 2021-10-24 21:31:05 -04:00 committed by Johan Malm
parent 4d5b4be608
commit 91a9f1dec9
4 changed files with 77 additions and 75 deletions

8
include/resistance.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef __RESISTANCE_H
#define __RESISTANCE_H
#include "labwc.h"
void resistance_move_apply(struct view *view, double *x, double *y);
void resistance_resize_apply(struct view *view, struct wlr_box *new_view_geo);
#endif /* __RESISTANCE_H */