summaryrefslogtreecommitdiffstats
path: root/canvas/source/directx/dx_9rm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/directx/dx_9rm.cxx')
-rw-r--r--canvas/source/directx/dx_9rm.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/canvas/source/directx/dx_9rm.cxx b/canvas/source/directx/dx_9rm.cxx
index aab66832f757..e34233849fcc 100644
--- a/canvas/source/directx/dx_9rm.cxx
+++ b/canvas/source/directx/dx_9rm.cxx
@@ -588,7 +588,7 @@ namespace dxcanvas
if(!(create(rWindow)))
{
- throw lang::NoSupportException( "Could not create DirectX device!" ,NULL);
+ throw lang::NoSupportException( "Could not create DirectX device!" );
}
// allocate a single texture surface which can be used later.
@@ -607,7 +607,7 @@ namespace dxcanvas
(aPageSize.getY() < MIN_TEXTURE_SIZE))
{
throw lang::NoSupportException(
- "Could not create DirectX device - insufficient texture space!", NULL );
+ "Could not create DirectX device - insufficient texture space!" );
}
}
maPageSize=aPageSize;
@@ -622,7 +622,7 @@ namespace dxcanvas
NULL)) )
{
throw lang::NoSupportException(
- "Could not create DirectX device - out of memory!", NULL );
+ "Could not create DirectX device - out of memory!" );
}
mpVertexBuffer=COMReference<IDirect3DVertexBuffer9>(pVB);
@@ -903,7 +903,7 @@ namespace dxcanvas
NULL)) )
{
throw lang::NoSupportException(
- "Could not create offscreen surface - out of mem!", NULL );
+ "Could not create offscreen surface - out of mem!" );
}
return COMReference<IDirect3DSurface9>(pSurface);
@@ -957,7 +957,7 @@ namespace dxcanvas
NULL)) )
{
throw lang::NoSupportException(
- "Could not create DirectX device - out of memory!", NULL );
+ "Could not create DirectX device - out of memory!" );
}
mpVertexBuffer=COMReference<IDirect3DVertexBuffer9>(pVB);