aboutsummaryrefslogtreecommitdiffstats
path: root/src/xselect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xselect.c')
-rw-r--r--src/xselect.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xselect.c b/src/xselect.c
index 238eea50df6..cec91e41e75 100644
--- a/src/xselect.c
+++ b/src/xselect.c
@@ -1141,7 +1141,7 @@ wait_for_property_change (struct prop_location *location)
1141/* Called from XTread_socket in response to a PropertyNotify event. */ 1141/* Called from XTread_socket in response to a PropertyNotify event. */
1142 1142
1143void 1143void
1144x_handle_property_notify (XPropertyEvent *event) 1144x_handle_property_notify (const XPropertyEvent * const event)
1145{ 1145{
1146 struct prop_location *rest; 1146 struct prop_location *rest;
1147 1147
@@ -1888,7 +1888,7 @@ clean_local_selection_data (Lisp_Object obj)
1888 We store t there if the reply is successful, lambda if not. */ 1888 We store t there if the reply is successful, lambda if not. */
1889 1889
1890void 1890void
1891x_handle_selection_notify (XSelectionEvent *event) 1891x_handle_selection_notify (const XSelectionEvent * const event)
1892{ 1892{
1893 if (event->requestor != reading_selection_window) 1893 if (event->requestor != reading_selection_window)
1894 return; 1894 return;
@@ -2488,7 +2488,7 @@ FRAME is on. If FRAME is nil, the selected frame is used. */)
2488/* Convert an XClientMessageEvent to a Lisp event of type DRAG_N_DROP_EVENT. */ 2488/* Convert an XClientMessageEvent to a Lisp event of type DRAG_N_DROP_EVENT. */
2489 2489
2490int 2490int
2491x_handle_dnd_message (struct frame *f, XClientMessageEvent *event, 2491x_handle_dnd_message (struct frame *f, const XClientMessageEvent * const event,
2492 struct x_display_info *dpyinfo, struct input_event *bufp) 2492 struct x_display_info *dpyinfo, struct input_event *bufp)
2493{ 2493{
2494 Lisp_Object vec; 2494 Lisp_Object vec;