mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[OPENGL32]
- fix an off-by-one error svn path=/trunk/; revision=63615
This commit is contained in:
@@ -439,7 +439,7 @@ BOOL sw_SetPixelFormat(HDC hdc, struct wgl_dc_data* dc_data, INT format)
|
||||
TRACE("OpenGL software implementation START!\n");
|
||||
|
||||
/* allocate our structure */
|
||||
fb = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, FIELD_OFFSET(struct sw_framebuffer, bmi.bmiColors[2]));
|
||||
fb = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, FIELD_OFFSET(struct sw_framebuffer, bmi.bmiColors[3]));
|
||||
if(!fb)
|
||||
{
|
||||
ERR("HeapAlloc FAILED!\n");
|
||||
|
||||
Reference in New Issue
Block a user