Changeset: c5faee7acf65 Author: lisa.se...@oracle.com Date: 2013-11-21 10:55 -0500 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/c5faee7acf65
Fix for RT-33484 - cursor rendered incorrectly in 16 bit mode on beagleboard Modify cursor code to check screen depth before copying to the screen. Reviewed by rafi tayar Tested with HelloSanity - fix can be verified visually by running any application on the beagleboard in 16 bit mode and verifying that it looks like a cursor and not a brown block. ! modules/graphics/src/main/native-glass/lens/cursor/fbCursor/fbCursor.c ! modules/graphics/src/main/native-glass/lens/input/LensInput.h ! modules/graphics/src/main/native-glass/lens/lensport/dispmanCursor.c ! modules/graphics/src/main/native-glass/lens/lensport/imx6Cursor.c ! modules/graphics/src/main/native-glass/lens/lensport/lensPort.h ! modules/graphics/src/main/native-glass/lens/lensport/lensPortInternal.h ! modules/graphics/src/main/native-glass/lens/lensport/omapCursor.c ! modules/graphics/src/main/native-glass/lens/wm/LensWindowManager.c