mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
silence compiler warning
This commit is contained in:
parent
dd6924f10d
commit
0a0084fc36
@ -248,7 +248,7 @@ process_events() {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case ClientMessage:
|
case ClientMessage:
|
||||||
if (event.xclient.data.l[0] == _wm_delete_window) {
|
if ((Atom)(event.xclient.data.l[0]) == _wm_delete_window) {
|
||||||
// This is a message from the window manager indicating that
|
// This is a message from the window manager indicating that
|
||||||
// the user has requested to close the window. Honor the
|
// the user has requested to close the window. Honor the
|
||||||
// request.
|
// request.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user