Mercurial > emacs
comparison src/xselect.c @ 17372:30720c688961
(expect_property_change): Fix Lisp_Object/integer confusion.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 10 Apr 1997 22:32:00 +0000 |
parents | 6637001cdb4b |
children | 23baa4f48b6e |
comparison
equal
deleted
inserted
replaced
17371:97283cd93432 | 17372:30720c688961 |
---|---|
899 | 899 |
900 static struct prop_location * | 900 static struct prop_location * |
901 expect_property_change (display, window, property, state) | 901 expect_property_change (display, window, property, state) |
902 Display *display; | 902 Display *display; |
903 Window window; | 903 Window window; |
904 Lisp_Object property; | 904 Atom property; |
905 int state; | 905 int state; |
906 { | 906 { |
907 struct prop_location *pl | 907 struct prop_location *pl |
908 = (struct prop_location *) xmalloc (sizeof (struct prop_location)); | 908 = (struct prop_location *) xmalloc (sizeof (struct prop_location)); |
909 pl->identifier = ++prop_location_identifier; | 909 pl->identifier = ++prop_location_identifier; |