Skip to content

Commit

Permalink
Fix 16bits
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarx2k committed Jan 21, 2011
1 parent 50d41e8 commit 751d235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgralloc/framebuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ int mapFrameBufferLocked(struct private_module_t* module)
/*
* Explicitly request 5/6/5
*/
info.bits_per_pixel = 24;
info.bits_per_pixel = 16;
info.red.offset = 11;
info.red.length = 5;
info.green.offset = 5;
Expand Down

0 comments on commit 751d235

Please sign in to comment.