mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
silence compiler warning
This commit is contained in:
parent
dd6924f10d
commit
0a0084fc36
@ -248,7 +248,7 @@ process_events() {
|
||||
break;
|
||||
|
||||
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
|
||||
// the user has requested to close the window. Honor the
|
||||
// request.
|
||||
|
Loading…
x
Reference in New Issue
Block a user