commit | 5034c6c65e645285e962116cf38d3a24d4f3d2f8 | [log] [tgz] |
---|---|---|
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | Sat Apr 09 00:51:48 2016 +0100 |
committer | Camilla Berglund <elmindreda@elmindreda.org> | Mon May 02 21:47:21 2016 +0200 |
tree | fce9b68173a33feda863fd919bdf04e931e01cd8 | |
parent | f0f5d9f644641b0a79050cebf80d43e23fab751c [diff] [blame] |
wayland: Handle hidden window as no shell surface
diff --git a/src/wl_platform.h b/src/wl_platform.h index 100b12b..c538936 100644 --- a/src/wl_platform.h +++ b/src/wl_platform.h
@@ -91,6 +91,8 @@ _GLFWcursor* currentCursor; double cursorPosX, cursorPosY; + char* title; + // We need to track the monitors the window spans on to calculate the // optimal scaling factor. int scale;