mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
increment P3D_API_VERSION to 9
This commit is contained in:
parent
9dd7b52ce8
commit
a749fd47cd
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user