From af48d38d22016b8755a705a835f94e9edfba8b21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Thu, 12 Mar 2015 11:59:41 +0100 Subject: [PATCH] Workspace::should_get_focus becomes QList --- workspace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace.h b/workspace.h index 76612e856f..95fa247b22 100644 --- a/workspace.h +++ b/workspace.h @@ -533,7 +533,7 @@ private: bool force_restacking; mutable ToplevelList x_stacking; // From XQueryTree() mutable bool x_stacking_dirty; - ClientList should_get_focus; // Last is most recent + QList should_get_focus; // Last is most recent ClientList attention_chain; bool showing_desktop;