From 26e134b8a7dae21a699822009674b3131de6e250 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Tue, 11 Jul 2006 13:21:57 +0200 Subject: added gridsel to gridwm --- util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'util.h') diff --git a/util.h b/util.h index 4b82cef..51b0871 100644 --- a/util.h +++ b/util.h @@ -17,3 +17,4 @@ extern void failed_assert(char *a, char *file, int line); void pipe_spawn(char *buf, unsigned int len, Display *dpy, const char *cmd); extern void spawn(Display *dpy, const char *cmd); extern void swap(void **p1, void **p2); +unsigned char *getselection(unsigned long offset, unsigned long *len, unsigned long *remain); -- cgit v1.2.3-54-g00ecf