mirror of
https://github.com/labwc/labwc.git
synced 2026-04-09 08:21:18 -04:00
resistance: remove bool, add resistance.h + license
This commit is contained in:
parent
f68a19b47b
commit
4e46e5dc7c
4 changed files with 77 additions and 75 deletions
8
include/resistance.h
Normal file
8
include/resistance.h
Normal 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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue