mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
8 lines
243 B
C
8 lines
243 B
C
#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 */
|