aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui.cpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-02-03 19:29:41 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-02-03 19:29:41 -0500
commit5f18e763031091a34dc7e279424c2359f63e3d9c (patch)
tree5a1dd4b4ffed3cd2f3f5ed9b25c745c5247f1649 /src/ui.cpp
parentb5598688432a0acd416be97ecf54576bbbf07eb6 (diff)
Fixed screenshotting on 64bit
Diffstat (limited to 'src/ui.cpp')
-rw-r--r--src/ui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.cpp b/src/ui.cpp
index a075037..47ad435 100644
--- a/src/ui.cpp
+++ b/src/ui.cpp
@@ -910,7 +910,7 @@ namespace ui {
bmfh.bfType = 0x4d42;
- bmfh.bfOffBits = 0x36;
+ bmfh.bfOffBits = 54;
bmfh.bfSize = header_size;
bmfh.bfReserved1 = 0;
bmfh.bfReserved2 = 0;