summaryrefslogtreecommitdiff
path: root/src/data.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.h')
-rw-r--r--src/data.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/data.h b/src/data.h
index 81a3edb..7ebb72b 100644
--- a/src/data.h
+++ b/src/data.h
@@ -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 */