mirror of
https://github.com/brl/mutter.git
synced 2025-01-12 04:34:40 +00:00
cookbook: Renamed example for pointer crossing
Decided might be better to cover crossing and motion under a broader "pointer motion" recipe, so renamed the example (which only shows pointer crossing event handling).
This commit is contained in:
parent
72ddd471f0
commit
b648bff10c
@ -11,7 +11,7 @@ noinst_PROGRAMS = \
|
|||||||
layouts-stacking \
|
layouts-stacking \
|
||||||
layouts-stacking-diff-sized-actors \
|
layouts-stacking-diff-sized-actors \
|
||||||
events-mouse-scroll \
|
events-mouse-scroll \
|
||||||
events-pointer-cross \
|
events-pointer-motion-crossing \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
@ -41,6 +41,6 @@ textures_sub_texture_SOURCES = textures-sub-texture.c
|
|||||||
layouts_stacking_SOURCES = layouts-stacking.c
|
layouts_stacking_SOURCES = layouts-stacking.c
|
||||||
layouts_stacking_diff_sized_actors_SOURCES = layouts-stacking-diff-sized-actors.c
|
layouts_stacking_diff_sized_actors_SOURCES = layouts-stacking-diff-sized-actors.c
|
||||||
events_mouse_scroll_SOURCES = events-mouse-scroll.c
|
events_mouse_scroll_SOURCES = events-mouse-scroll.c
|
||||||
events_pointer_cross_SOURCES = events-pointer-cross.c
|
events_pointer_motion_crossing_SOURCES = events-pointer-motion-crossing.c
|
||||||
|
|
||||||
-include $(top_srcdir)/build/autotools/Makefile.am.gitignore
|
-include $(top_srcdir)/build/autotools/Makefile.am.gitignore
|
||||||
|
Loading…
Reference in New Issue
Block a user