diff options
| author | Vibhav Pant | 2020-08-21 14:04:35 +0530 |
|---|---|---|
| committer | Vibhav Pant | 2020-08-21 14:04:35 +0530 |
| commit | f0f8d7b82492e741950c363a03b886965c91b1b0 (patch) | |
| tree | 19b716830b1ebabc0d7d75949c4e6800c0f104ad /src/xterm.h | |
| parent | 9e64a087c4d167e7ec1c4e22bea3e6af53b563de (diff) | |
| parent | c818c29771d3cb51875643b2f6c894073e429dd2 (diff) | |
| download | emacs-feature/native-comp-macos-fixes.tar.gz emacs-feature/native-comp-macos-fixes.zip | |
Merge branch 'feature/native-comp' into feature/native-comp-macos-fixesfeature/native-comp-macos-fixes
Diffstat (limited to 'src/xterm.h')
| -rw-r--r-- | src/xterm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h index bc10043c54c..db8d5847814 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -1207,6 +1207,7 @@ extern int x_check_property_data (Lisp_Object); | |||
| 1207 | extern void x_fill_property_data (Display *, | 1207 | extern void x_fill_property_data (Display *, |
| 1208 | Lisp_Object, | 1208 | Lisp_Object, |
| 1209 | void *, | 1209 | void *, |
| 1210 | int, | ||
| 1210 | int); | 1211 | int); |
| 1211 | extern Lisp_Object x_property_data_to_lisp (struct frame *, | 1212 | extern Lisp_Object x_property_data_to_lisp (struct frame *, |
| 1212 | const unsigned char *, | 1213 | const unsigned char *, |