mirror of
https://github.com/NickHu/sway
synced 2025-01-01 06:20:19 +01:00
11 lines
204 B
C
11 lines
204 B
C
#ifndef _SWAY_HANDLERS_H
|
|
#define _SWAY_HANDLERS_H
|
|
#include "container.h"
|
|
#include <stdbool.h>
|
|
#include <wlc/wlc.h>
|
|
|
|
extern struct wlc_interface interface;
|
|
|
|
swayc_t *container_under_pointer(void);
|
|
|
|
#endif
|