xdg-desktop-portal-hyprland/include/screenshot.h
2021-05-03 23:56:06 +02:00

10 lines
No EOL
133 B
C

#ifndef SCREENSHOT_H
#define SCREENSHOT_H
struct xdpw_ppm_pixel {
int max_color_value;
unsigned char red, green, blue;
};
#endif