diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-09-01 00:29:38 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-09-01 00:29:38 +0000 |
| commit | b8e9b51fb1a75b1805cf3108ffdc22aff9f75cf2 (patch) | |
| tree | 26659ac83b322549e2d842a2426f421c3da412e7 /lib/gdi/grc.cpp | |
| parent | 5ec9643747ed0dc24917ddac6310be0e49f74ce5 (diff) | |
| download | enigma2-b8e9b51fb1a75b1805cf3108ffdc22aff9f75cf2.tar.gz enigma2-b8e9b51fb1a75b1805cf3108ffdc22aff9f75cf2.zip | |
- reenable lcd support
Diffstat (limited to 'lib/gdi/grc.cpp')
| -rw-r--r-- | lib/gdi/grc.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gdi/grc.cpp b/lib/gdi/grc.cpp index 99fe0859..05aaa6ff 100644 --- a/lib/gdi/grc.cpp +++ b/lib/gdi/grc.cpp @@ -373,6 +373,10 @@ void gPainter::notify() void gPainter::end() { + gOpcode o; + o.opcode = gOpcode::flush; + o.dc = m_dc.grabRef(); + m_rc->submit(o); } gDC::gDC() |
