summaryrefslogtreecommitdiffstats
path: root/src/plugins/gfxdrivers/directfb/qdirectfbscreen.h
diff options
context:
space:
mode:
authorAnders Bakken <anders.bakken@nokia.com>2009-08-17 12:24:56 -0700
committerAnders Bakken <anders.bakken@nokia.com>2009-08-17 13:24:41 -0700
commitab4c3e1c2948c2edf078db4c1992848307b0c78e (patch)
tree85152cca721563cfcad0df8ae573e5bba3c63465 /src/plugins/gfxdrivers/directfb/qdirectfbscreen.h
parentbc6c569b0d5862a159394de831cd129b610715ad (diff)
Clean up primary surface handling in DFB
To avoid confusion rename QDirectFBScreen::dfbSurface() primarySurface() since this is what it is. Reviewed-by: Donald <qt-info@nokia.com>
Diffstat (limited to 'src/plugins/gfxdrivers/directfb/qdirectfbscreen.h')
-rw-r--r--src/plugins/gfxdrivers/directfb/qdirectfbscreen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/gfxdrivers/directfb/qdirectfbscreen.h b/src/plugins/gfxdrivers/directfb/qdirectfbscreen.h
index 78765acfbc..c7e6ccaf1b 100644
--- a/src/plugins/gfxdrivers/directfb/qdirectfbscreen.h
+++ b/src/plugins/gfxdrivers/directfb/qdirectfbscreen.h
@@ -108,7 +108,7 @@ public:
}
IDirectFB *dfb();
- IDirectFBSurface *dfbSurface();
+ IDirectFBSurface *primarySurface();
#ifndef QT_NO_DIRECTFB_LAYER
IDirectFBDisplayLayer *dfbDisplayLayer();
#endif