Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8828b393
Commit
8828b393
authored
Nov 04, 1991
by
Jim Blandy
Browse files
*** empty log message ***
parent
5bbbceb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
src/xterm.h
src/xterm.h
+10
-4
No files found.
src/xterm.h
View file @
8828b393
...
...
@@ -81,15 +81,21 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
extern
XGCValues
face_gc_values
;
/* The mask of events that text windows always want to receive. This
does not include mouse movement events or button release events.
It is used when the window is created (in x_window) and when we
ask/unask for mouse movement events (in XTmouse_tracking_enable).
*/
does not include mouse movement events. It is used when the window
is created (in x_window) and when we ask/unask for mouse movement
events (in XTmouse_tracking_enable).
We do include ButtonReleases in this set because elisp isn't always
fast enough to catch them when it wants them, and they're rare
enough that they don't use much processor time. */
#define STANDARD_EVENT_SET \
(KeyPressMask \
| ExposureMask \
| ButtonPressMask \
| ButtonReleaseMask \
| PointerMotionMask \
| PointerMotionHintMask \
| StructureNotifyMask \
| FocusChangeMask \
| LeaveWindowMask \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment