~ubuntu-branches/ubuntu/hardy/kdebase-workspace/hardy

« back to all changes in this revision

Viewing changes to kwin/lib/kwinglutils.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-03-28 13:28:44 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20080328132844-mx048p4g9rz4xy4b
Tags: 4:4.0.3-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
425
425
    return mTexture == None;
426
426
    }
427
427
 
 
428
QSize GLTexture::size() const
 
429
    {
 
430
    return mSize;
 
431
    }
 
432
 
428
433
bool GLTexture::load( const QImage& image, GLenum target )
429
434
    {
430
435
    if( image.isNull())