Go to file
Robert Bragg 97243ad9ac Adds cogl_onscreen_show/hide functions
This adds Cogl API to show and hide onscreen framebuffers. We don't want
to go too far down the road of abstracting window system APIs with Cogl
since that would be out of its scope but the previous idea that we would
automatically map framebuffers on allocation except for those made from
foreign windows wasn't good enough. The problem is that we don't want to
make Clutter always create stages from foreign windows but with the
automatic map semantics then Clutter doesn't get an opportunity to
select for all the events it requires before mapping. This meant that we
wouldn't be delivered a mouse enter event for windows mapped underneath
the cursor which would break Clutters handling of button press events.
2011-05-05 15:05:42 +01:00
build/autotools Adds the ability to build Cogl standalone 2011-04-11 17:54:36 +01:00
cogl Adds cogl_onscreen_show/hide functions 2011-05-05 15:05:42 +01:00
doc docs: Adds bitmap section to cogl reference manual 2011-01-21 16:22:40 +00:00
examples Adds cogl_onscreen_show/hide functions 2011-05-05 15:05:42 +01:00
pango cogl/pango/Makefile.am pass EXTRA_LDFLAGS for linking 2011-05-05 15:05:42 +01:00
po Adds the ability to build Cogl standalone 2011-04-11 17:54:36 +01:00
autogen.sh Adds the ability to build Cogl standalone 2011-04-11 17:54:36 +01:00
configure.ac cogl/configure.ac: AC_SUBST an empty MAINTAINER_CFLAGS 2011-05-05 15:05:42 +01:00
Makefile.am Adds Cogl Hello World and "X11 foreign" example applications 2011-05-05 14:46:03 +01:00