diff options
| author | nyamatongwe <devnull@localhost> | 2000-03-13 06:33:34 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2000-03-13 06:33:34 +0000 |
| commit | cec60604aff63953dc927d995d6804acd645cfdc (patch) | |
| tree | 971c5b8e64f8a2130a678bffe82ff526915967e0 /gtk/PlatGTK.cxx | |
| parent | ecd739446638e66fd00a4b7a5e7a663f5fdce167 (diff) | |
| download | scintilla-mirror-cec60604aff63953dc927d995d6804acd645cfdc.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() { } |
