summaryrefslogtreecommitdiff
path: root/clients/window.h
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-11-11 19:42:23 -0500
committerKristian Høgsberg <krh@bitplanet.net>2014-02-01 01:42:35 -0800
commit7f4386e90a64a1a478730ca9f7f30b998d8ac36b (patch)
treeede023015c68d2959e9efb20172f27795057fdbc /clients/window.h
parente22952bb13cf7e7d16b9d8a36c6e9c82307436eb (diff)
downloadweston-7f4386e90a64a1a478730ca9f7f30b998d8ac36b.tar.gz
weston-7f4386e90a64a1a478730ca9f7f30b998d8ac36b.tar.bz2
weston-7f4386e90a64a1a478730ca9f7f30b998d8ac36b.zip
westoy: Use subsurfaces for tooltips instead of transient windows
Transient windows, at least not as they are today, don't exist in xdg_shell. Subsurfaces allow for specially placed surfaces relative to a window, so use these instead.
Diffstat (limited to 'clients/window.h')
-rw-r--r--clients/window.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/clients/window.h b/clients/window.h
index dec133fc..0a3ca6e4 100644
--- a/clients/window.h
+++ b/clients/window.h
@@ -270,9 +270,6 @@ typedef void (*widget_axis_handler_t)(struct widget *widget,
struct window *
window_create(struct display *display);
struct window *
-window_create_transient(struct display *display, struct window *parent,
- int32_t x, int32_t y, uint32_t flags);
-struct window *
window_create_custom(struct display *display);
int
@@ -363,9 +360,6 @@ void
window_set_buffer_type(struct window *window, enum window_buffer_type type);
int
-window_is_transient(struct window *window);
-
-int
window_is_fullscreen(struct window *window);
void