From 10001c15977c8e562d2fd6e7ecda47e6520372c7 Mon Sep 17 00:00:00 2001 From: Alexander Kurtz Date: Wed, 30 Mar 2011 21:20:15 +0200 Subject: [PATCH] x11: Fix typo --- vapi/x11.vapi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapi/x11.vapi b/vapi/x11.vapi index 64cfca1bb..af0b96491 100644 --- a/vapi/x11.vapi +++ b/vapi/x11.vapi @@ -202,7 +202,7 @@ namespace X { public int select_input (Window w, long event_mask); [CCode (cname = "XSendEvent")] - public void send_event (Window w, bool prpagate, long event_mask, ref Event event_send); + public void send_event (Window w, bool propagate, long event_mask, ref Event event_send); [CCode (cname = "XSetCloseDownMode")] public void set_close_down_mode (int close_mode); -- 2.47.2