]> git.eshelyaron.com Git - emacs.git/commit
Enable accessing tool bar with the touch screen
authorPo Lu <luangruo@yahoo.com>
Sun, 9 Jun 2024 13:25:08 +0000 (21:25 +0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 10 Jun 2024 07:26:16 +0000 (09:26 +0200)
commit49711b1c7a56e5836b944c9ab356bc6207addb24
treed8804441cc2e97985caa2f323d38b9f326f01163
parent360416f5406b3125effb0b598cdc25ceecc82674
Enable accessing tool bar with the touch screen

* src/w32fns.c (w32_createwindow): Reset tool_bar_dwID.

* src/w32term.c (w32_read_socket): Reserve touch event sequences
that fall on the tool bar for future tool-bar manipulation.

* src/w32term.h (struct w32_output) <tool_bar_dwID>: New field.

(cherry picked from commit f22ae39a1ae563c0318cb86e913345abba4b6d8c)
src/w32fns.c
src/w32term.c
src/w32term.h