summaryrefslogtreecommitdiff
path: root/src/SFML/Window/EglContext.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/SFML/Window/EglContext.hpp')
-rw-r--r--src/SFML/Window/EglContext.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/SFML/Window/EglContext.hpp b/src/SFML/Window/EglContext.hpp
index 6df6a53..a889c3a 100644
--- a/src/SFML/Window/EglContext.hpp
+++ b/src/SFML/Window/EglContext.hpp
@@ -83,10 +83,12 @@ public:
/// \brief Activate the context as the current target
/// for rendering
///
+ /// \param current Whether to make the context current or no longer current
+ ///
/// \return True on success, false if any error happened
///
////////////////////////////////////////////////////////////
- virtual bool makeCurrent();
+ virtual bool makeCurrent(bool current);
////////////////////////////////////////////////////////////
/// \brief Display what has been rendered to the context so far