swappy/include/clipboard.h
2019-12-15 19:51:11 -05:00

5 lines
109 B
C

#pragma once
#include "swappy.h"
bool clipboard_copy_drawing_area_to_selection(struct swappy_state *state);