From efc16f772aa49ef728aa114a845dcb9acc4492fc Mon Sep 17 00:00:00 2001 From: Steffen Pohle Date: Mon, 4 Sep 2023 18:28:40 +0200 Subject: [PATCH] windows position on XWayland does not work --- configuration.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.cc b/configuration.cc index ee2488c..afc6e10 100644 --- a/configuration.cc +++ b/configuration.cc @@ -134,6 +134,7 @@ void Configuration::SaveConfig(std::string filename) { // // save windows position + printf ("%s:%d Xwayland is not able to retrieve the current position.\n", __FILE__, __LINE__); for (i = 0; i < 6; i++) { int x, y, w, h, show; string name;