From 6c070502b6b90092eeadaa961363e8bb05b8ea1f Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 10 Apr 1997 22:32:00 +0000 Subject: [PATCH] (expect_property_change): Fix Lisp_Object/integer confusion. --- src/xselect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xselect.c b/src/xselect.c index 2ba3d869019..09e14841599 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -901,7 +901,7 @@ static struct prop_location * expect_property_change (display, window, property, state) Display *display; Window window; - Lisp_Object property; + Atom property; int state; { struct prop_location *pl -- 2.39.5