summaryrefslogtreecommitdiff
path: root/cogl/cogl-xlib.h
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2013-09-23 18:21:16 +0100
committerRobert Bragg <robert@linux.intel.com>2013-09-23 18:38:49 +0100
commitfa855b7c4525e63cbecadcb736b143deb9c567c5 (patch)
tree100b194d54cbf24ec362c313b321d0aeec4452c5 /cogl/cogl-xlib.h
parent6328a42f353cd9c98431b3ad90d7aaba556edcb5 (diff)
downloadcogl-fa855b7c4525e63cbecadcb736b143deb9c567c5.tar.gz
Start clearly separating deprecated code
This makes a start on clearly factoring the deprecated code of core Cogl into a deprecated/ directory. Ideally we want to get to the point where all code here can be re-worked in terms of the public 2.0 api so that it can be kept indefinitely for cogl 1.x api compatibility without cluttering the core code base itself. If we can do this then we can avoid maintaining the Cogl 1.x branches in parallel with master which would reduce the maintenance effort.
Diffstat (limited to 'cogl/cogl-xlib.h')
-rw-r--r--cogl/cogl-xlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogl/cogl-xlib.h b/cogl/cogl-xlib.h
index a2175a85..c1371589 100644
--- a/cogl/cogl-xlib.h
+++ b/cogl/cogl-xlib.h
@@ -30,7 +30,7 @@
#define __COGL_H_INSIDE__
#include <cogl/cogl-types.h>
-#include <cogl/cogl-clutter-xlib.h>
+#include <cogl/deprecated/cogl-clutter-xlib.h>
#include <cogl/cogl-xlib-renderer.h>
#include <cogl/cogl-macros.h>