Mercurial > dwm-meillo
diff util.h @ 11:ea9c08ec4b48
added gridsel to gridwm
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Tue, 11 Jul 2006 13:21:57 +0200 |
parents | e0cefb3981c8 |
children | 5c078b66347b |
line wrap: on
line diff
--- a/util.h Tue Jul 11 13:02:22 2006 +0200 +++ b/util.h Tue Jul 11 13:21:57 2006 +0200 @@ -17,3 +17,4 @@ 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);