We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5356d9 commit 2006a3aCopy full SHA for 2006a3a
src/HidableWindow.vala
@@ -86,6 +86,8 @@ public class Gala.HidableWindow : GLib.Object {
86
}
87
88
public Mtk.Rectangle get_frame_rect () {
89
+ return_val_if_fail (window == null, Mtk.Rectangle (0, 0, 0, 0));
90
+
91
var window_rect = window.get_frame_rect ();
92
window_rect.x = actual_x;
93
window_rect.y = actual_y;
0 commit comments