[Vala] patch for curses.vapi



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;

Attachment: curses.diff
Description: Text Data



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]