mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
resistance: remove bool, add resistance.h + license
This commit is contained in:
parent
4d5b4be608
commit
91a9f1dec9
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