Index: ppapi/c/ppb_fullscreen.h |
=================================================================== |
--- ppapi/c/ppb_fullscreen.h (revision 105485) |
+++ ppapi/c/ppb_fullscreen.h (working copy) |
@@ -3,10 +3,10 @@ |
* found in the LICENSE file. |
*/ |
-/* From dev/ppb_fullscreen_dev.idl modified Tue Oct 11 15:45:41 2011. */ |
+/* From ppb_fullscreen.idl modified Fri Oct 14 02:59:19 2011. */ |
-#ifndef PPAPI_C_DEV_PPB_FULLSCREEN_DEV_H_ |
-#define PPAPI_C_DEV_PPB_FULLSCREEN_DEV_H_ |
+#ifndef PPAPI_C_PPB_FULLSCREEN_H_ |
+#define PPAPI_C_PPB_FULLSCREEN_H_ |
#include "ppapi/c/pp_bool.h" |
#include "ppapi/c/pp_instance.h" |
@@ -14,12 +14,12 @@ |
#include "ppapi/c/pp_size.h" |
#include "ppapi/c/pp_stdint.h" |
-#define PPB_FULLSCREEN_DEV_INTERFACE_0_5 "PPB_Fullscreen(Dev);0.5" |
-#define PPB_FULLSCREEN_DEV_INTERFACE PPB_FULLSCREEN_DEV_INTERFACE_0_5 |
+#define PPB_FULLSCREEN_INTERFACE_1_0 "PPB_Fullscreen;1.0" |
+#define PPB_FULLSCREEN_INTERFACE PPB_FULLSCREEN_INTERFACE_1_0 |
/** |
* @file |
- * This file defines the <code>PPB_Fullscreen_Dev</code> interface. |
+ * This file defines the <code>PPB_Fullscreen</code> interface. |
*/ |
@@ -27,7 +27,7 @@ |
* @addtogroup Interfaces |
* @{ |
*/ |
-struct PPB_Fullscreen_Dev { |
+struct PPB_Fullscreen { |
/** |
* Checks whether the plugin instance is currently in fullscreen mode. |
*/ |
@@ -58,5 +58,5 @@ |
* @} |
*/ |
-#endif /* PPAPI_C_DEV_PPB_FULLSCREEN_DEV_H_ */ |
+#endif /* PPAPI_C_PPB_FULLSCREEN_H_ */ |