spmenu/libs/x11/clipboard.h

8 lines
169 B
C
Raw Normal View History

2023-08-18 20:26:40 +02:00
#ifndef CLIPBOARD_H
#define CLIPBOARD_H
/* See LICENSE file for copyright and license details. */
static void pastesel_x11(void);
2023-05-24 22:01:35 +02:00
static int paste_x11(int sel);
2023-08-18 20:26:40 +02:00
#endif