Re: [Vala] [PATCH] fix typo in x11.vapi
- From: Luca Bruno <lethalman88 gmail com>
- To: Alexander Kurtz <kurtz alex googlemail com>
- Cc: vala-list gnome org
- Subject: Re: [Vala] [PATCH] fix typo in x11.vapi
- Date: Wed, 30 Mar 2011 21:21:11 +0200
On Wed, Mar 30, 2011 at 05:52:55PM +0200, Alexander Kurtz wrote:
Hi,
This patch fixes a small typo in the X11 bindings of Vala 0.10.4:
--- x11.vapi.orig 2011-03-14 13:56:11.087734497 +0100
+++ x11.vapi 2011-03-14 13:57:16.400729669 +0100
@@ -202,7 +202,7 @@
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);
Pushed thanks.
--
http://www.debian.org - The Universal Operating System
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]