diff options
author | nyamatongwe <unknown> | 2000-03-13 06:33:34 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-03-13 06:33:34 +0000 |
commit | affaa0735a05a789d95baed82c903d9b571a2c00 (patch) | |
tree | 971c5b8e64f8a2130a678bffe82ff526915967e0 /gtk/PlatGTK.cxx | |
parent | 99c218655d2fbc87781b9695b22d790c5e6251eb (diff) | |
download | scintilla-mirror-affaa0735a05a789d95baed82c903d9b571a2c00.tar.gz |
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.
Diffstat (limited to 'gtk/PlatGTK.cxx')
-rw-r--r-- | gtk/PlatGTK.cxx | 3 |
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() { } |