From a749fd47cdc70b6f646b3c20b4404aba97e75bbc Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 18 Nov 2009 21:16:09 +0000 Subject: [PATCH] increment P3D_API_VERSION to 9 --- direct/src/plugin/p3d_plugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/direct/src/plugin/p3d_plugin.h b/direct/src/plugin/p3d_plugin.h index a42a15cbb2..dea7eaaf38 100644 --- a/direct/src/plugin/p3d_plugin.h +++ b/direct/src/plugin/p3d_plugin.h @@ -79,7 +79,7 @@ extern "C" { (below). This number will be incremented whenever there are changes to any of the interface specifications defined in this header file. */ -#define P3D_API_VERSION 8 +#define P3D_API_VERSION 9 /************************ GLOBAL FUNCTIONS **************************/ @@ -201,7 +201,7 @@ typedef struct { handle types for the different platforms. */ typedef enum { - P3D_WHT_none, + P3D_WHT_none = 0, P3D_WHT_win_hwnd, P3D_WHT_osx_port, P3D_WHT_x11_window,