~3v1n0/unity-2d/secondary-activate-support

« back to all changes in this revision

Viewing changes to libunity-2d-private/src/unity2ddeclarativeview.h

  • Committer: Marco Trevisan (Treviño)
  • Date: 2011-07-19 15:35:07 UTC
  • mfrom: (615.1.18 unity-2d)
  • Revision ID: mail@3v1n0.net-20110719153507-vw9w6hfhuezzll77
Merging with upstream...

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    void useOpenGLChanged(bool);
26
26
    void transparentBackgroundChanged(bool);
27
27
 
 
28
protected:
 
29
    void setupViewport();
 
30
 
28
31
private:
29
32
    bool m_useOpenGL;
30
33
    bool m_transparentBackground;