Pepper_31_C_interfaces
pp_cursor_type_dev.h
Go to the documentation of this file.
1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved.
2  * Use of this source code is governed by a BSD-style license that can be
3  * found in the LICENSE file.
4  */
5 
6 /* From dev/pp_cursor_type_dev.idl modified Thu Nov 17 15:27:17 2011. */
7 
8 #ifndef PPAPI_C_DEV_PP_CURSOR_TYPE_DEV_H_
9 #define PPAPI_C_DEV_PP_CURSOR_TYPE_DEV_H_
10 
11 #include "ppapi/c/pp_macros.h"
12 
13 /**
14  * @file
15  * This file defines enumerations for cursor types.
16  */
17 
18 
19 /**
20  * @addtogroup Enums
21  * @{
22  */
68 };
70 /**
71  * @}
72  */
73 
74 #endif /* PPAPI_C_DEV_PP_CURSOR_TYPE_DEV_H_ */
75 
PP_COMPILE_ASSERT_ENUM_SIZE_IN_BYTES(PP_CursorType_Dev, 4)
PP_CursorType_Dev