~kelemeng/compiz-core/bug780505

« back to all changes in this revision

Viewing changes to include/core/screen.h

Fix for https://bugs.launchpad.net/compiz-plugins-extra/+bug/929449 and failing tests in package build

Show diffs side-by-side

added added

removed removed

Lines of Context:
317
317
    virtual const char * displayString () = 0;
318
318
    virtual CompRect getCurrentOutputExtents () = 0;
319
319
    virtual Cursor normalCursor () = 0;
 
320
    virtual bool grabbed () = 0;
320
321
 
321
322
    friend class CompWindow; // TODO get rid of friends
322
323
    friend class PrivateWindow; // TODO get rid of friends