swappy/include/clipboard.h
2021-02-15 14:01:43 -05:00

6 lines
110 B
C

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