diff options
Diffstat (limited to 'src/data.h')
-rw-r--r-- | src/data.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -340,5 +340,11 @@ struct rp_frame_undo struct list_head node; }; +typedef struct rp_xselection rp_xselection; +struct rp_xselection +{ + unsigned char *text; + int len; +}; #endif /* _RATPOISON_DATA_H */ |