Skip to content

Commit 58af398

Browse files
authored
Update pantheon-desktop-shell.vapi
1 parent 79541a7 commit 58af398

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

protocol/pantheon-desktop-shell.vapi

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,9 @@ namespace Pantheon.Desktop {
5656
public static Wl.Interface iface;
5757
public Destroy destroy;
5858
public SetKeepAbove set_keep_above;
59-
<<<<<<< leolost/make-modal
60-
public MakeModal make_modal;
61-
=======
6259
public MakeCentered make_centered;
60+
public MakeModal make_modal;
6361
public Focus focus;
64-
>>>>>>> main
6562
}
6663

6764
[CCode (has_target = false, has_typedef = false)]
@@ -81,11 +78,9 @@ namespace Pantheon.Desktop {
8178
[CCode (has_target = false, has_typedef = false)]
8279
public delegate void SetKeepAbove (Wl.Client client, Wl.Resource resource);
8380
[CCode (has_target = false, has_typedef = false)]
84-
<<<<<<< leolost/make-modal
85-
public delegate void MakeModal (Wl.Client client, Wl.Resource resource, uint dim);
86-
=======
8781
public delegate void MakeCentered (Wl.Client client, Wl.Resource resource);
88-
>>>>>>> main
82+
[CCode (has_target = false, has_typedef = false)]
83+
public delegate void MakeModal (Wl.Client client, Wl.Resource resource, uint dim);
8984
[CCode (has_target = false, has_typedef = false)]
9085
public delegate void Destroy (Wl.Client client, Wl.Resource resource);
9186
}

0 commit comments

Comments
 (0)