mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 05:14:09 +00:00
2008-02-08 Emmanuele Bassi <ebassi@openedhand.com>
* Makefile.am: * alpha-func.png: * event-flow.png: More figures. alpha-func.png is a graph showing the flow of some alpha functions; event-flow.png maps the path of an event coming from the underlying windowing system into Clutter and through the entire library.
This commit is contained in:
parent
bcf968bc77
commit
38da6d38bb
@ -1,3 +1,12 @@
|
|||||||
|
2008-02-08 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
|
* Makefile.am:
|
||||||
|
* alpha-func.png:
|
||||||
|
* event-flow.png: More figures. alpha-func.png is a graph
|
||||||
|
showing the flow of some alpha functions; event-flow.png maps
|
||||||
|
the path of an event coming from the underlying windowing
|
||||||
|
system into Clutter and through the entire library.
|
||||||
|
|
||||||
2008-02-08 Emmanuele Bassi <ebassi@openedhand.com>
|
2008-02-08 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
* path-alpha-func.png: Image showing the effects of different
|
* path-alpha-func.png: Image showing the effects of different
|
||||||
|
@ -81,7 +81,10 @@ EXTRA_HFILES=\
|
|||||||
|
|
||||||
# Images to copy into HTML directory.
|
# Images to copy into HTML directory.
|
||||||
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
|
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
|
||||||
HTML_IMAGES=path-alpha-func.png
|
HTML_IMAGES=\
|
||||||
|
alpha-func.png \
|
||||||
|
event-flow.png \
|
||||||
|
path-alpha-func.png
|
||||||
|
|
||||||
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
|
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
|
||||||
# e.g. content_files=running.sgml building.sgml changes-2.0.sgml
|
# e.g. content_files=running.sgml building.sgml changes-2.0.sgml
|
||||||
@ -111,4 +114,8 @@ include $(top_srcdir)/gtk-doc.make
|
|||||||
|
|
||||||
# Other files to distribute
|
# Other files to distribute
|
||||||
# e.g. EXTRA_DIST += version.xml.in
|
# e.g. EXTRA_DIST += version.xml.in
|
||||||
EXTRA_DIST += version.xml.in path-alpha-func.png
|
EXTRA_DIST += \
|
||||||
|
version.xml.in \
|
||||||
|
alpha-func.png \
|
||||||
|
event-flow.png \
|
||||||
|
path-alpha-func.png
|
||||||
|
BIN
doc/reference/alpha-func.png
Normal file
BIN
doc/reference/alpha-func.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
BIN
doc/reference/event-flow.png
Normal file
BIN
doc/reference/event-flow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
Loading…
x
Reference in New Issue
Block a user