summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TabSRMM/src/stdafx.h')
-rw-r--r--plugins/TabSRMM/src/stdafx.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/TabSRMM/src/stdafx.h b/plugins/TabSRMM/src/stdafx.h
index db3fac0491..41f5fede3a 100644
--- a/plugins/TabSRMM/src/stdafx.h
+++ b/plugins/TabSRMM/src/stdafx.h
@@ -179,10 +179,10 @@ typedef enum _BP_BUFFERFORMAT
typedef struct _BP_PAINTPARAMS
{
- uint32_t cbSize;
- uint32_t dwFlags; // BPPF_ flags
- const RECT * prcExclude;
- const BLENDFUNCTION * pBlendFunction;
+ uint32_t cbSize;
+ uint32_t dwFlags; // BPPF_ flags
+ const RECT *prcExclude;
+ const BLENDFUNCTION *pBlendFunction;
} BP_PAINTPARAMS, *PBP_PAINTPARAMS;
#define BPPF_ERASE 1