summaryrefslogtreecommitdiffstats
path: root/rules/xorg-app-xev.in
blob: a521a19957a345415063e8a89d00d1a27b6ded38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## SECTION=multimedia_xorg_app

config XORG_APP_XEV
	tristate
	prompt "xorg xev"
	select XORG_LIB_X11
	select XORG_LIB_XRANDR
	select XORGPROTO
	help
	  Xev creates a window and then asks the X server to send it events
	  whenever anything happens to the window (such as it being moved,
	  resized, typed in, clicked in, etc.). You can also attach it to
	  an existing window. It is useful for seeing what causes events to
	  occur and to display the information that they contain; it is
	  essentially a debugging and development tool, and should not be
	  needed in normal usage.