~unity-team/qtmir/shell_chrome

« back to all changes in this revision

Viewing changes to src/platforms/mirserver/surfaceobserver.h

  • Committer: Nick Dedekind
  • Date: 2016-03-10 11:55:28 UTC
  • Revision ID: nick.dedekind@canonical.com-20160310115528-wdionh3b6ivx9r5k
Changed sizeHint to creationHint. Moved chrome property to observer changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
    void renamed(char const * name) override;
64
64
    void cursor_image_removed() override;
65
65
 
66
 
    void notifySizeHintChanges(const mir::shell::SurfaceSpecification&);
 
66
    void notifySurfaceModifications(const mir::shell::SurfaceSpecification&);
67
67
 
68
68
    static SurfaceObserver *observerForSurface(const mir::scene::Surface *surface);
69
69
    static void registerObserverForSurface(SurfaceObserver *observer, const mir::scene::Surface *surface);
82
82
    void maximumHeightChanged(int);
83
83
    void widthIncrementChanged(int);
84
84
    void heightIncrementChanged(int);
 
85
    void shellChromeChanged(MirShellChrome);
85
86
 
86
87
private:
87
88
    QCursor createQCursorFromMirCursorImage(const mir::graphics::CursorImage &cursorImage);