mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
fix crash
This commit is contained in:
parent
071c20fed3
commit
97711d14d9
@ -45,8 +45,8 @@ bool WinGraphicsWindow::_cursor_hidden = false;
|
||||
// window's client area.
|
||||
bool WinGraphicsWindow::_got_saved_params = false;
|
||||
int WinGraphicsWindow::_saved_mouse_trails;
|
||||
bool WinGraphicsWindow::_saved_cursor_shadow;
|
||||
bool WinGraphicsWindow::_saved_mouse_vanish;
|
||||
BOOL WinGraphicsWindow::_saved_cursor_shadow;
|
||||
BOOL WinGraphicsWindow::_saved_mouse_vanish;
|
||||
|
||||
static const char * const errorbox_title = "Panda3D Error";
|
||||
|
||||
|
@ -140,8 +140,8 @@ private:
|
||||
static bool _cursor_hidden;
|
||||
static bool _got_saved_params;
|
||||
static int _saved_mouse_trails;
|
||||
static bool _saved_cursor_shadow;
|
||||
static bool _saved_mouse_vanish;
|
||||
static BOOL _saved_cursor_shadow;
|
||||
static BOOL _saved_mouse_vanish;
|
||||
|
||||
public:
|
||||
static TypeHandle get_class_type() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user