summaryrefslogtreecommitdiff
path: root/dgl/Window.hpp
diff options
context:
space:
mode:
authorJP Cimalando <jpcima@users.noreply.github.com>2018-12-26 18:15:16 +0100
committerFilipe Coelho <falktx@falktx.com>2019-01-06 19:10:11 +0100
commite697fa716e6b734eaaa8b02c5f2e961a4ef03fb7 (patch)
tree6e099a2854bcdc15620e65bc4ed01e3f6f415d48 /dgl/Window.hpp
parentd80c799b8cba2765c78ac6cee867f5c4fce869ac (diff)
rename `getGraphics` to `getContext`
Diffstat (limited to 'dgl/Window.hpp')
-rw-r--r--dgl/Window.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgl/Window.hpp b/dgl/Window.hpp
index 2a9d9517..0a6d3120 100644
--- a/dgl/Window.hpp
+++ b/dgl/Window.hpp
@@ -120,7 +120,7 @@ public:
intptr_t getWindowId() const noexcept;
#if defined(HAVE_DCAIRO)
- cairo_t* getGraphics() const noexcept;
+ cairo_t* getContext() const noexcept;
#endif
void addIdleCallback(IdleCallback* const callback);