Skip to content

Commit

Permalink
Merge branch 'release/0.9.0' of github.com:lirios/shell into release/…
Browse files Browse the repository at this point in the history
…0.9.0
  • Loading branch information
plfiorini committed Jan 10, 2017
2 parents 192a8ef + c69724e commit 1bfb212
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
30 changes: 15 additions & 15 deletions compositor/qml/base/DesktopOutputWindow.qml
Original file line number Diff line number Diff line change
Expand Up @@ -106,21 +106,6 @@ ApplicationWindow {
anchors.fill: parent
}

// Pointer cursor
GreenIsland.WaylandCursorItem {
id: cursor

seat: output.compositor.defaultSeat

x: mouseTracker.mouseX
y: mouseTracker.mouseY
z: 1000001

visible: mouseTracker.containsMouse &&
screenView.cursorVisible &&
output.powerState === GreenIsland.ExtendedOutput.PowerStateOn
}

// Idle dimmer
IdleDimmer {
id: idleDimmer
Expand All @@ -132,4 +117,19 @@ ApplicationWindow {
z: 1000002
}
}

// Pointer cursor
GreenIsland.WaylandCursorItem {
id: cursor

seat: output.compositor.defaultSeat

x: mouseTracker.mouseX
y: mouseTracker.mouseY
z: 1000001

visible: mouseTracker.containsMouse &&
screenView.cursorVisible &&
output.powerState === GreenIsland.ExtendedOutput.PowerStateOn
}
}
1 change: 0 additions & 1 deletion compositor/qml/desktop/Shell.qml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ Item {

edge: Qt.RightEdge

y: screenView.width
width: Math.max(320, panel.rightWidth)
height: screenView.height

Expand Down

0 comments on commit 1bfb212

Please sign in to comment.