~dandrader/nux/geis

« back to all changes in this revision

Viewing changes to Nux/TextureArea.cpp

  • Committer: Tarmac
  • Author(s): Łukasz 'sil2100' Zemczak, Jay Taoko
  • Date: 2012-07-03 11:33:20 UTC
  • mfrom: (624.2.2 nux.api-3.0)
  • Revision ID: tarmac-20120703113320-gdhbpb05v9gajz7y
Updated Nux API version to 3.0. Deprecated nux-image library. The feature by nux-image has been merged into nux-graphics.. Fixes: . Approved by Łukasz Zemczak, Didier Roche, Tim Penhey.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
#include "Nux.h"
23
23
#include "TextureArea.h"
24
 
#include "NuxImage/ImageSurface.h"
 
24
#include "NuxGraphics/ImageSurface.h"
25
25
 
26
26
namespace nux
27
27
{