cogl: remove OSX/WIN32 specific bits in favour of a stub winsys
authorRobert Bragg <robert@linux.intel.com>
Mon, 18 Apr 2011 16:45:36 +0000 (17:45 +0100)
committerRobert Bragg <robert@linux.intel.com>
Thu, 5 May 2011 14:05:41 +0000 (15:05 +0100)
commit7a3d06c55c99317e6193c56742d21c6930fbb340
tree08037a9fa79fc7ba4a87347aae849a58d90615c8
parent3d0a853c6f5402584be4ecd2e881924a55f8ef22
cogl: remove OSX/WIN32 specific bits in favour of a stub winsys

Until Cogl gains native win32/OSX support this remove the osx and win32
winsys files and instead we'll just rely on the stub-winsys.c to handle
these platforms. Since the only thing the platform specific files were
providing anyway was a get_proc_address function; it was trivial to
simply update the clutter backend code to handle this directly for now.
clutter/cogl/cogl/Makefile.am
clutter/cogl/cogl/winsys/cogl-winsys-osx.c [deleted file]
clutter/cogl/cogl/winsys/cogl-winsys-stub.c
clutter/cogl/cogl/winsys/cogl-winsys-win32.c [deleted file]
clutter/cogl/configure.ac
clutter/win32/clutter-backend-win32.c