increment P3D_API_VERSION to 9

This commit is contained in:
David Rose 2009-11-18 21:16:09 +00:00
parent 9dd7b52ce8
commit a749fd47cd

View File

@ -79,7 +79,7 @@ extern "C" {
(below). This number will be incremented whenever there are changes (below). This number will be incremented whenever there are changes
to any of the interface specifications defined in this header to any of the interface specifications defined in this header
file. */ file. */
#define P3D_API_VERSION 8 #define P3D_API_VERSION 9
/************************ GLOBAL FUNCTIONS **************************/ /************************ GLOBAL FUNCTIONS **************************/
@ -201,7 +201,7 @@ typedef struct {
handle types for the different platforms. */ handle types for the different platforms. */
typedef enum { typedef enum {
P3D_WHT_none, P3D_WHT_none = 0,
P3D_WHT_win_hwnd, P3D_WHT_win_hwnd,
P3D_WHT_osx_port, P3D_WHT_osx_port,
P3D_WHT_x11_window, P3D_WHT_x11_window,