Signed-off-by: Pekka Paalanen
---
This is for both master and 0.85 branches.
clients/desktop-shell.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c
index a6a6147..4848449 100644
--- a/clients/desktop-shell.c
+++ b/clien
Bill Spitzak wrote:
Pekka Paalanen suggested I come up with a design for the Wayland
compositor to control window stacking and raising.
This is a new version of the proposal, including his ideas for full
screen atomic raise+resize:
COMPOSITOR BEHAVIOR:
The compositor never reorders surfaces
Hello hackers.
GTK's wayland backend behaves somewhat differently than X11, at least in
terms of showing widgets.
The attached file will work correctly on regular desktop. On top of raw
wayland it does not show up on screen.
If I use gtk_widget_show_all() on the window, as opposed to invidu
On Thu, 26 Jan 2012 01:12:15 -0500
Kristian Høgsberg wrote:
> As a side note, we really need something like surface groups, the
> weston_compositor_top() is pretty gross.
Indeed, that's why I asked Bill [1] to write down a proposal on how
window stacking should work, so we could keep an eye on i