equal
deleted
inserted
replaced
122 QWindowSurface::setGeometry(rect); |
122 QWindowSurface::setGeometry(rect); |
123 } |
123 } |
124 |
124 |
125 bool QX11GLWindowSurface::scroll(const QRegion &area, int dx, int dy) |
125 bool QX11GLWindowSurface::scroll(const QRegion &area, int dx, int dy) |
126 { |
126 { |
|
127 Q_UNUSED(area); |
|
128 Q_UNUSED(dx); |
|
129 Q_UNUSED(dy); |
127 return false; |
130 return false; |
128 } |
131 } |
129 |
132 |
130 /* |
133 /* |
131 void QX11GLWindowSurface::beginPaint(const QRegion ®ion) |
134 void QX11GLWindowSurface::beginPaint(const QRegion ®ion) |