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

« back to all changes in this revision

Viewing changes to unity-shared/SearchBar.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/WindowCompositor.h>
28
28
#include <NuxCore/Logger.h>
29
29
 
30
 
#include <NuxImage/CairoGraphics.h>
31
 
#include <NuxImage/ImageSurface.h>
 
30
#include <NuxGraphics/CairoGraphics.h>
 
31
#include <NuxGraphics/ImageSurface.h>
32
32
#include <Nux/StaticText.h>
33
33
 
34
34
#include <NuxGraphics/GLThread.h>