Pepper_47_C_interfaces
Classes | Macros | Typedefs
ppb_view.h File Reference
#include "ppapi/c/pp_bool.h"
#include "ppapi/c/pp_macros.h"
#include "ppapi/c/pp_point.h"
#include "ppapi/c/pp_rect.h"
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/pp_size.h"
#include "ppapi/c/pp_stdint.h"
Include dependency graph for ppb_view.h:

Go to the source code of this file.

Classes

struct  PPB_View_1_2
 
struct  PPB_View_1_0
 
struct  PPB_View_1_1
 

Macros

#define PPB_VIEW_INTERFACE_1_0   "PPB_View;1.0"
 
#define PPB_VIEW_INTERFACE_1_1   "PPB_View;1.1"
 
#define PPB_VIEW_INTERFACE_1_2   "PPB_View;1.2"
 
#define PPB_VIEW_INTERFACE   PPB_VIEW_INTERFACE_1_2
 

Typedefs

typedef struct PPB_View_1_2 PPB_View
 

Detailed Description

This file defines the PPB_View struct representing the state of the view of an instance.

Definition in file ppb_view.h.

Macro Definition Documentation

#define PPB_VIEW_INTERFACE   PPB_VIEW_INTERFACE_1_2

Definition at line 22 of file ppb_view.h.

#define PPB_VIEW_INTERFACE_1_0   "PPB_View;1.0"

Definition at line 19 of file ppb_view.h.

#define PPB_VIEW_INTERFACE_1_1   "PPB_View;1.1"

Definition at line 20 of file ppb_view.h.

#define PPB_VIEW_INTERFACE_1_2   "PPB_View;1.2"

Definition at line 21 of file ppb_view.h.