diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xselect.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 * | |||
| 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 |