aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.h
diff options
context:
space:
mode:
authorYuuki Harano2021-01-10 18:49:51 +0900
committerYuuki Harano2021-01-10 18:49:51 +0900
commitaac33a8074c41354ffdb1236a342da16dca4a1bc (patch)
tree3a99478549f66d3f93a282e29d2c302995a86a49 /src/window.h
parent78fd106653a9e4fa7c9c3c9788540e2e15552254 (diff)
parent690cf6b8d8b8827f046bc1e24b2e556afeff976c (diff)
downloademacs-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.h1
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 *);
1202extern void init_window_once (void); 1202extern void init_window_once (void);
1203extern void init_window (void); 1203extern void init_window (void);
1204extern void syms_of_window (void); 1204extern void syms_of_window (void);
1205extern 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