Re: [Vala] patch for curses.vapi
- From: "Jaap A. Haitsma" <jaap haitsma org>
- To: inter <interflug1 gmx net>
- Cc: vala-list gnome org
- Subject: Re: [Vala] patch for curses.vapi
- Date: Sat, 1 Aug 2009 22:28:26 +0200
Thanks, pushed to git
Please use bugzilla in the future
Thanks
Jaap
On Sat, Aug 1, 2009 at 20:03, inter<interflug1 gmx net> wrote:
Hi
the curses sample from the vala website will only work for me with the
following patch
cheers, lariamat
diff --git a/vapi/curses.vapi b/vapi/curses.vapi
index 87afe20..1a2ba36 100644
--- a/vapi/curses.vapi
+++ b/vapi/curses.vapi
@@ -45,9 +45,9 @@ namespace Curses {
SBSS, SSSB, SSBS, BSSS, BSBS, SBSB, SSSS
}
- public const Window stdscr;
- public const Window curscr;
- public const Window newscr;
+ public Window stdscr;
+ public Window curscr;
+ public Window newscr;
public const int LINES;
public const int COLS;
_______________________________________________
Vala-list mailing list
Vala-list gnome org
http://mail.gnome.org/mailman/listinfo/vala-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]