~brandontschaefer/unity/bump-to-new-nux-abi

« back to all changes in this revision

Viewing changes to unity-shared/IconTexture.h

  • Committer: Jay Taoko
  • Date: 2012-05-25 20:49:27 UTC
  • mto: (2442.4.1 unity.use-nux-api-3.0)
  • mto: This revision was merged to the branch mainline in revision 2466.
  • Revision ID: jay.taoko@canonical.com-20120525204927-vq9lat3he6uap3zi
* Deprecated nux-image. Files under NuxImage/ are now under NuxGraphics.
* Requires nux-3.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <Nux/View.h>
26
26
// FIXME: Nux/TextureArea.h needs View included first.
27
27
#include <Nux/TextureArea.h>
28
 
#include <NuxImage/CairoGraphics.h>
 
28
#include <NuxGraphics/CairoGraphics.h>
29
29
#include <NuxGraphics/GraphicsEngine.h>
30
30
 
31
31
#include "unity-shared/Introspectable.h"