~ubuntu-branches/ubuntu/oneiric/nux/oneiric-proposed

« back to all changes in this revision

Viewing changes to Nux/BaseWindow.h

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-07-04 18:34:48 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20110704183448-wzm2936r4xyob3d9
Tags: 1.0.4-0ubuntu1
* New upstream release.
* debian/rules:
  - bump shlib

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#ifndef BASEWINDOW_H
24
24
#define BASEWINDOW_H
25
25
 
 
26
#include <boost/scoped_ptr.hpp>
 
27
 
26
28
#include "ScrollView.h"
27
29
 
28
30
#if defined(NUX_OS_WINDOWS)
220
222
    void SetTopBorder (int border);
221
223
    int m_TopBorder;
222
224
    int m_Border;
223
 
    AbstractPaintLayer *_paint_layer;
 
225
    boost::scoped_ptr<AbstractPaintLayer> _paint_layer;
224
226
 
225
227
    bool _entering_visible_state;  //!< the window is about to be made visible during event processing
226
228
    bool _entering_hidden_state;   //!< the window is about to be made hidden during event processing