silence compiler warning

This commit is contained in:
David Rose 2003-12-23 18:52:06 +00:00
parent dd6924f10d
commit 0a0084fc36

View File

@ -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.