src/opengl/qwindowsurface_x11gl.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
   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 &region)
   134 void QX11GLWindowSurface::beginPaint(const QRegion &region)