aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-10-10 10:54:10 -0400
committerTony Crisci <tony@dubstepdish.com>2017-10-10 11:13:11 -0400
commitf7e7f6271ddb44ed80ab928116ab731a7d878edc (patch)
tree734d626a887e35fe94357559f928858ded8147fc /include
parent1b2742d0b2debeeb783e1a15ef9bb92c633506be (diff)
wl-shell: cleanup
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_wl_shell.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/wlr/types/wlr_wl_shell.h b/include/wlr/types/wlr_wl_shell.h
index e768d9d5..bea92b8b 100644
--- a/include/wlr/types/wlr_wl_shell.h
+++ b/include/wlr/types/wlr_wl_shell.h
@@ -69,8 +69,8 @@ struct wlr_wl_shell_surface {
struct wl_listener surface_commit_listener;
struct wlr_wl_shell_surface *parent;
- struct wl_list child_link;
- struct wl_list children; // transient and popups
+ struct wl_list popup_link;
+ struct wl_list popups;
struct {
struct wl_signal destroy;
@@ -124,8 +124,6 @@ void wlr_wl_shell_destroy(struct wlr_wl_shell *wlr_wl_shell);
void wlr_wl_shell_surface_ping(struct wlr_wl_shell_surface *surface);
void wlr_wl_shell_surface_configure(struct wlr_wl_shell_surface *surface,
enum wl_shell_surface_resize edges, int32_t width, int32_t height);
-void wlr_wl_shell_surface_popup_done(struct wlr_wl_shell_surface *surface);
-bool wlr_wl_shell_surface_is_transient(struct wlr_wl_shell_surface *surface);
/**
* Find a popup within this surface at the surface-local coordinates. Returns