aewl

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 diff
     1.1 --- a/util.h	Tue Jul 11 13:02:22 2006 +0200
     1.2 +++ b/util.h	Tue Jul 11 13:21:57 2006 +0200
     1.3 @@ -17,3 +17,4 @@
     1.4  void pipe_spawn(char *buf, unsigned int len, Display *dpy, const char *cmd);
     1.5  extern void spawn(Display *dpy, const char *cmd);
     1.6  extern void swap(void **p1, void **p2);
     1.7 +unsigned char *getselection(unsigned long offset, unsigned long *len, unsigned long *remain);