cogl: Add a struct for winsys-specific data to CoglContext
authorNeil Roberts <neil@linux.intel.com>
Wed, 2 Jun 2010 14:16:14 +0000 (15:16 +0100)
committerNeil Roberts <neil@linux.intel.com>
Tue, 22 Jun 2010 10:47:33 +0000 (11:47 +0100)
commit811bbba0751d76f742c9db11d07a227ff4d21848
tree1c1c1f9e21770dce0ffa7f945dd15880436c9dfb
parent3a3d55cd88f347c8fbd307401f13f1453caa9b26
cogl: Add a struct for winsys-specific data to CoglContext

This creates a separate struct to store the fields of the context that
are specific to the winsys. This is all stored in one file but ideally
this could work more like the CoglContextDriver struct and have a
different header for each winsys.
clutter/cogl/cogl/Makefile.am
clutter/cogl/cogl/cogl-context.c
clutter/cogl/cogl/cogl-context.h
clutter/cogl/cogl/winsys/cogl-context-winsys.c [new file with mode: 0644]
clutter/cogl/cogl/winsys/cogl-context-winsys.h [new file with mode: 0644]