vala r1343 - in trunk: . vapi



Author: juergbi
Date: Thu May  8 19:14:01 2008
New Revision: 1343
URL: http://svn.gnome.org/viewvc/vala?rev=1343&view=rev

Log:
2008-05-08  Juerg Billeter  <j bitron ch>

	* vapi/sdl.vapi: add SDL ActiveState enum,
	patch by Levi Bard, fixes bug 530429


Modified:
   trunk/ChangeLog
   trunk/vapi/sdl.vapi

Modified: trunk/vapi/sdl.vapi
==============================================================================
--- trunk/vapi/sdl.vapi	(original)
+++ trunk/vapi/sdl.vapi	Thu May  8 19:14:01 2008
@@ -396,6 +396,13 @@
 		public uint16 y;
 	}// MouseButtonEvent
 
+	[CCode (cheader_filename="SDL_active.h", cprefix="SDL_APP")]
+	public enum ActiveState {
+		MOUSEFOCUS,
+		INPUTFOCUS,
+		ACTIVE
+	}// ActiveState
+
 	[CCode (cname="SDL_ActiveEvent", type_id = "G_TYPE_POINTER", marshaller_type_name = "POINTER")]
 	public struct ActiveEvent {
 		public uchar type;



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