added gridsel to gridwm
This commit is contained in:
1
util.h
1
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);
|
||||
|
Reference in New Issue
Block a user