summaryrefslogtreecommitdiff
path: root/libs/gui/include/gui/IDisplayEventConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/gui/include/gui/IDisplayEventConnection.h')
-rw-r--r--libs/gui/include/gui/IDisplayEventConnection.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/gui/include/gui/IDisplayEventConnection.h b/libs/gui/include/gui/IDisplayEventConnection.h
index cff22a368a..674aafd81c 100644
--- a/libs/gui/include/gui/IDisplayEventConnection.h
+++ b/libs/gui/include/gui/IDisplayEventConnection.h
@@ -51,6 +51,11 @@ public:
* requestNextVsync() schedules the next vsync event. It has no effect if the vsync rate is > 0.
*/
virtual void requestNextVsync() = 0; // Asynchronous
+
+ /*
+ * requestLatestConfig() requests the config for the primary display.
+ */
+ virtual void requestLatestConfig() = 0; // Asynchronous
};
class BnDisplayEventConnection : public SafeBnInterface<IDisplayEventConnection> {