fix typo in comment
This commit is contained in:
parent
edf90816b1
commit
333528b2e2
2
dwl.c
2
dwl.c
@ -752,7 +752,7 @@ static void xdg_surface_destroy(struct wl_listener *listener, void *data) {
|
|||||||
static void begin_interactive(struct dwl_view *view,
|
static void begin_interactive(struct dwl_view *view,
|
||||||
enum dwl_cursor_mode mode, uint32_t edges) {
|
enum dwl_cursor_mode mode, uint32_t edges) {
|
||||||
/* This function sets up an interactive move or resize operation, where the
|
/* This function sets up an interactive move or resize operation, where the
|
||||||
* compositor stops propegating pointer events to clients and instead
|
* compositor stops propagating pointer events to clients and instead
|
||||||
* consumes them itself, to move or resize windows. */
|
* consumes them itself, to move or resize windows. */
|
||||||
struct dwl_server *server = view->server;
|
struct dwl_server *server = view->server;
|
||||||
struct wlr_surface *focused_surface =
|
struct wlr_surface *focused_surface =
|
||||||
|
Loading…
Reference in New Issue
Block a user