aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/PlatGTK.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/PlatGTK.cxx')
-rw-r--r--gtk/PlatGTK.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx
index 15d3d160b..d5183e02b 100644
--- a/gtk/PlatGTK.cxx
+++ b/gtk/PlatGTK.cxx
@@ -486,6 +486,9 @@ void Surface::SetClip(PRectangle rc) {
gdk_gc_set_clip_rectangle(gc, &area);
}
+void Surface::FlushCachedState() {
+}
+
Window::~Window() {
}