diff options
author | Timothy Pearson <[email protected]> | 2012-11-19 02:10:46 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-11-19 02:10:46 -0600 |
commit | 114c26e88f3814bc9d864faa0b46b00c19b8513b (patch) | |
tree | caaabb45f76279fc883401aa2985be7a1e5e693e /tdegtk/tqtcairopainter.h | |
parent | 2f93dfb8bfc66c98675499cde3f54fe90049e3ce (diff) | |
download | gtk3-tqt-engine-114c26e88f3814bc9d864faa0b46b00c19b8513b.tar.gz gtk3-tqt-engine-114c26e88f3814bc9d864faa0b46b00c19b8513b.zip |
Add GtkSwitch support
Speed up drawing operations on newer GTK/Cairo versions
Diffstat (limited to 'tdegtk/tqtcairopainter.h')
-rw-r--r-- | tdegtk/tqtcairopainter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tdegtk/tqtcairopainter.h b/tdegtk/tqtcairopainter.h index 6908e03..7bd5b98 100644 --- a/tdegtk/tqtcairopainter.h +++ b/tdegtk/tqtcairopainter.h @@ -103,6 +103,8 @@ class Q_EXPORT TQt3CairoPaintDevice : public TQPaintDevice // picture class PangoTabArray* m_tabStopArray; bool m_tabStopsValid; bool m_tabStopArrayValid; + + bool m_transferNeeded; }; #endif // TQTCAIROPAINTER_H |