summaryrefslogtreecommitdiff
path: root/src/mcompositescene.h
diff options
context:
space:
mode:
authorKimmo Hämäläinen <kimmo.hamalainen@nokia.com>2010-10-18 15:36:11 +0300
committerKimmo Hämäläinen <kimmo.hamalainen@nokia.com>2010-10-22 11:11:51 +0300
commit821ed5ef073af772b75508ed1ea2297a07fcf733 (patch)
treed91ee5a6aa169e2d651c1ce04d5deabd76e001b6 /src/mcompositescene.h
parent0d7e8e0b2f754b51a270ef378244f6280b037cd7 (diff)
implement shaped composite overlay
- remove now deprecated MapRequester class - remove unneeded (-2,-2) placing - move overlay shape to MCompositeManager to access class members
Diffstat (limited to 'src/mcompositescene.h')
-rw-r--r--src/mcompositescene.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mcompositescene.h b/src/mcompositescene.h
index 572cb90..d5382ad 100644
--- a/src/mcompositescene.h
+++ b/src/mcompositescene.h
@@ -52,16 +52,6 @@ public:
*/
void prepareRoot();
- /*!
- * Creates an event "hole" within the Window win so that events generated
- * by win can pass through down to the Window below it.
- *
- * \param win Window id of the Window you intend to generate a pass-through
- * area
- * \param geom Geometry of the area within win used as a pass-through area
- */
- void setupOverlay(Window win, const QRect &geom,
- bool restoreInput = false);
protected:
void drawItems(QPainter *painter, int numItems, QGraphicsItem *items[], const QStyleOptionGraphicsItem options[], QWidget *widget);