added gridsel to gridwm

This commit is contained in:
Anselm R. Garbe
2006-07-11 13:21:57 +02:00
parent 005362043d
commit 26e134b8a7
7 changed files with 99 additions and 13 deletions

1
util.h
View File

@ -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);