From 95b97b2a6298906091b7db0de07f3ea48e45f712 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Sat, 8 Nov 2008 21:05:09 +0000 Subject: [PATCH] provide this signal as well, as it was the only desktopy thing still be relied on that Corona didn't provide svn path=/trunk/KDE/kdelibs/; revision=881720 --- corona.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/corona.h b/corona.h index b2d336bef..49c6a74c3 100644 --- a/corona.h +++ b/corona.h @@ -135,7 +135,7 @@ public: * behavior should override this method. */ virtual QRegion availableScreenRegion(int id) const; - + /** * Reccomended position for a popup window like a menu or a tooltip * given its size @@ -218,6 +218,11 @@ Q_SIGNALS: */ void configSynced(); + /** + * This signal inicates that a change in available screen goemetry occured. + */ + void availableScreenRegionChanged(); + protected: /** * Loads the default (system wide) layout for this user