Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2010-02-02 19:31:27 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2010-02-02 19:31:27 +0300
commit07f7ef3c1315ae7472c35211ef7ed556dc485522 (patch)
treef6c4bfbef72991294c966779cac13b29f906cc5c /overlay
parentb6bd51cbf7f14c5f8d219d477bfeb6dad18cc3d8 (diff)
Indent, changelog, submodule and language update
Diffstat (limited to 'overlay')
-rw-r--r--overlay/d3d10.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/overlay/d3d10.cpp b/overlay/d3d10.cpp
index 557832113..102b95f3c 100644
--- a/overlay/d3d10.cpp
+++ b/overlay/d3d10.cpp
@@ -521,8 +521,8 @@ void checkDXGIHook(bool preonly) {
return;
ods("DXGI: Causing a chain");
}
-
- if (! dxgi->iOffsetPresent || ! dxgi->iOffsetResize)
+
+ if (! dxgi->iOffsetPresent || ! dxgi->iOffsetResize)
return;
bChaining = true;
@@ -593,8 +593,8 @@ extern "C" __declspec(dllexport) void __cdecl PrepareDXGI() {
hr = pCreateDXGIFactory(__uuidof(IDXGIFactory), (void**)(&pFactory));
if (pFactory) {
HWND hwnd = CreateWindowW(L"STATIC", L"Mumble DXGI Window", WS_OVERLAPPEDWINDOW,
- CW_USEDEFAULT, CW_USEDEFAULT, 640, 480, 0,
- NULL, NULL, 0);
+ CW_USEDEFAULT, CW_USEDEFAULT, 640, 480, 0,
+ NULL, NULL, 0);
IDXGIAdapter *pAdapter = NULL;
pFactory->EnumAdapters(0, &pAdapter);