xdg-desktop-portal-hyprland/include/xdpw.h

10 lines
130 B
C
Raw Normal View History

2018-12-12 22:29:57 +01:00
#ifndef XDPW_H
#define XDPW_H
#include <wayland-client.h>
#include <systemd/sd-bus.h>
int init_screenshot(sd_bus *bus);
#endif