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

« back to all changes in this revision

Viewing changes to launcher/QuicklistView.cpp

  • 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:
27
27
#include <Nux/Button.h>
28
28
#include <NuxGraphics/GraphicsEngine.h>
29
29
#include <Nux/TextureArea.h>
30
 
#include <NuxImage/CairoGraphics.h>
 
30
#include <NuxGraphics/CairoGraphics.h>
31
31
#include <UnityCore/Variant.h>
32
32
 
33
33
#include "unity-shared/CairoTexture.h"