Go to file
Robert Bragg 6c23f27801 Adds a way for Cogl to control event_mask of foreign wins
This extends cogl_onscreen_x11_set_foreign_xid to take a callback to a
function that details the event mask the Cogl requires the application
to select on foreign windows. This is required because Cogl, for
example, needs to track size changes of a window and may also in the
future want other notifications such as map/unmap.

Most applications wont need to use the foreign xwindow apis, but those
that do are required to pass a valid callback and update the event mask
of their window according to Cogl's requirements.
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 a way for Cogl to control event_mask of foreign wins 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 a way for Cogl to control event_mask of foreign wins 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