sway-patched-tray-menu/include/sway/surface.h

12 lines
181 B
C
Raw Normal View History

#ifndef _SWAY_SURFACE_H
#define _SWAY_SURFACE_H
#include <wlr/types/wlr_surface.h>
struct sway_surface {
struct wlr_surface *wlr_surface;
struct wl_listener destroy;
};
#endif