Skip to content

Commit

Permalink
fix: window state not working
Browse files Browse the repository at this point in the history
import Protocols module

Log:
  • Loading branch information
justforlxz committed Dec 15, 2023
1 parent 6d435eb commit 3e474f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/treeland/quick/qml/StackToplevelHelper.qml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import QtQuick
import Waylib.Server
import QtQuick.Particles
import TreeLand
import TreeLand.Protocols
import TreeLand.Utils

Item {
Expand Down
1 change: 1 addition & 0 deletions src/treeland/quick/qml/StackWorkspace.qml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import QtQuick
import QtQuick.Controls
import Waylib.Server
import TreeLand
import TreeLand.Protocols
import TreeLand.Utils

Item {
Expand Down
1 change: 1 addition & 0 deletions src/treeland/quick/qml/TiledToplevelHelper.qml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import QtQuick
import QtQuick.Controls
import Waylib.Server
import TreeLand
import TreeLand.Protocols
import TreeLand.Utils

Item {
Expand Down
1 change: 1 addition & 0 deletions src/treeland/quick/qml/XdgSurface.qml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import QtQuick
import Waylib.Server
import TreeLand
import TreeLand.Protocols
import TreeLand.Utils

XdgSurfaceItem {
Expand Down

0 comments on commit 3e474f1

Please sign in to comment.