mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
cookbook: Build mouse scroll example with cookbook
This commit is contained in:
parent
241ceab73c
commit
f1312e118d
1
doc/cookbook/examples/.gitignore
vendored
1
doc/cookbook/examples/.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/textures-sub-texture
|
||||
/layouts-stacking
|
||||
/layouts-stacking-diff-sized-actors
|
||||
/events-mouse-scroll
|
||||
|
@ -10,6 +10,7 @@ noinst_PROGRAMS = \
|
||||
textures-sub-texture \
|
||||
layouts-stacking \
|
||||
layouts-stacking-diff-sized-actors \
|
||||
events-mouse-scroll \
|
||||
$(NULL)
|
||||
|
||||
INCLUDES = \
|
||||
@ -38,3 +39,4 @@ textures_split_go_SOURCES = textures-split-go.c
|
||||
textures_sub_texture_SOURCES = textures-sub-texture.c
|
||||
layouts_stacking_SOURCES = layouts-stacking.c
|
||||
layouts_stacking_diff_sized_actors_SOURCES = layouts-stacking-diff-sized-actors.c
|
||||
events_mouse_scroll_SOURCES = events-mouse-scroll.c
|
||||
|
Loading…
Reference in New Issue
Block a user