diff options
| author | Yuuki Harano | 2021-01-10 18:49:51 +0900 |
|---|---|---|
| committer | Yuuki Harano | 2021-01-10 18:49:51 +0900 |
| commit | aac33a8074c41354ffdb1236a342da16dca4a1bc (patch) | |
| tree | 3a99478549f66d3f93a282e29d2c302995a86a49 /src/window.h | |
| parent | 78fd106653a9e4fa7c9c3c9788540e2e15552254 (diff) | |
| parent | 690cf6b8d8b8827f046bc1e24b2e556afeff976c (diff) | |
| download | emacs-aac33a8074c41354ffdb1236a342da16dca4a1bc.tar.gz emacs-aac33a8074c41354ffdb1236a342da16dca4a1bc.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Diffstat (limited to 'src/window.h')
| -rw-r--r-- | src/window.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h index fba98f438c4..fbdec0df997 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -1202,7 +1202,6 @@ extern bool window_outdated (struct window *); | |||
| 1202 | extern void init_window_once (void); | 1202 | extern void init_window_once (void); |
| 1203 | extern void init_window (void); | 1203 | extern void init_window (void); |
| 1204 | extern void syms_of_window (void); | 1204 | extern void syms_of_window (void); |
| 1205 | extern void keys_of_window (void); | ||
| 1206 | /* Move cursor to row/column position VPOS/HPOS, pixel coordinates | 1205 | /* Move cursor to row/column position VPOS/HPOS, pixel coordinates |
| 1207 | Y/X. HPOS/VPOS are window-relative row and column numbers and X/Y | 1206 | Y/X. HPOS/VPOS are window-relative row and column numbers and X/Y |
| 1208 | are window-relative pixel positions. This is always done during | 1207 | are window-relative pixel positions. This is always done during |