From affaa0735a05a789d95baed82c903d9b571a2c00 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 13 Mar 2000 06:33:34 +0000 Subject: Fixed printing problems including putting line numbers in correct position and flushing state when switching surfaces in case surfaces are encapsulating a shared underlying graphics context. --- gtk/PlatGTK.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gtk/PlatGTK.cxx') 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() { } -- cgit v1.2.3