Skip to content

Commit

Permalink
Fix typo in define. s/GL_FRAMEBUFFER_SRB/GL_FRAMEBUFFER_SRGB
Browse files Browse the repository at this point in the history
Found with clazy

Change-Id: Ied84c0fa95a7ae7b7791e167695acfc7877f7e25
Reviewed-by: Sean Harmer <[email protected]>
  • Loading branch information
iamsergio committed Nov 7, 2018
1 parent 825f988 commit 9933511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/painting/qplatformbackingstore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
#define GL_UNSIGNED_INT_2_10_10_10_REV 0x8368
#endif

#ifndef GL_FRAMEBUFFER_SRB
#ifndef GL_FRAMEBUFFER_SRGB
#define GL_FRAMEBUFFER_SRGB 0x8DB9
#endif
#ifndef GL_FRAMEBUFFER_SRGB_CAPABLE
Expand Down

0 comments on commit 9933511

Please sign in to comment.