~mc-return/compiz/compiz0.9.9.merge-plugin-screensaver

« back to all changes in this revision

Viewing changes to plugins/resize/src/logic/include/screen-interface.h

  • Committer: MC Return
  • Date: 2013-01-13 16:24:16 UTC
  • mfrom: (3286.2.275 0.9.9)
  • Revision ID: mc.return@gmx.net-20130113162416-5de5hvk464uwgc5m
MergedĀ latestĀ lp:compiz

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
 
47
47
        virtual Window root () = 0;
48
48
        virtual CompWindowInterface * findWindow (Window id) = 0;
 
49
        virtual void freeWindowInterface (CompWindowInterface *) {}
49
50
        virtual int xkbEvent () = 0;
50
51
        virtual void handleEvent (XEvent *event) = 0;
51
52
        virtual int syncEvent () = 0;