~ubuntu-branches/ubuntu/trusty/compiz/trusty

« back to all changes in this revision

Viewing changes to tests/xorg-gtest/plugins/testhelper/src/testhelper.h

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2013-08-22 06:58:07 UTC
  • mto: This revision was merged to the branch mainline in revision 3352.
  • Revision ID: package-import@ubuntu.com-20130822065807-17nlzez0d30y09so
Tags: upstream-0.9.10+13.10.20130822
ImportĀ upstreamĀ versionĀ 0.9.10+13.10.20130822

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
        void configureAndReport (long *);
78
78
        void setFrameExtentsAndReport (long *);
79
79
        void setConfigureLock (long *);
 
80
        void setDestroyOnReparent (long *);
 
81
        void restackAtLeastAbove (long *);
80
82
 
81
83
    private:
82
84
 
 
85
        void windowNotify (CompWindowNotify n);
 
86
 
83
87
        CompWindow                                         *window;
84
88
        compiz::window::configure_buffers::Releasable::Ptr configureLock;
 
89
 
 
90
        bool destroyOnReparent;
85
91
};
86
92
 
87
93
class TestHelperPluginVTable :