We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b77cf9 commit 2144317Copy full SHA for 2144317
src/Widgets/WindowCloneContainer.vala
@@ -51,7 +51,7 @@ namespace Gala {
51
* The window that is currently selected via keyboard shortcuts. It is not
52
* necessarily the same as the active window.
53
*/
54
- private WindowClone? current_window = null;
+ private unowned WindowClone? current_window = null;
55
56
public WindowCloneContainer (WindowManager wm, GestureTracker? gesture_tracker, float scale, bool overview_mode = false) {
57
Object (wm: wm, gesture_tracker: gesture_tracker, monitor_scale: scale, overview_mode: overview_mode);
0 commit comments