comparison 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
comparison
equal deleted inserted replaced
10:703255003abb 11:ea9c08ec4b48
15 } while (0) 15 } while (0)
16 extern void failed_assert(char *a, char *file, int line); 16 extern void failed_assert(char *a, char *file, int line);
17 void pipe_spawn(char *buf, unsigned int len, Display *dpy, const char *cmd); 17 void pipe_spawn(char *buf, unsigned int len, Display *dpy, const char *cmd);
18 extern void spawn(Display *dpy, const char *cmd); 18 extern void spawn(Display *dpy, const char *cmd);
19 extern void swap(void **p1, void **p2); 19 extern void swap(void **p1, void **p2);
20 unsigned char *getselection(unsigned long offset, unsigned long *len, unsigned long *remain);