hg: openjfx/8/graphics/rt: Fix for RT-33484 - cursor rendered incorrectly in 16 bit mode on beagleboard

hang.vo at oracle.com hang.vo at oracle.com
Thu Nov 21 08:03:36 PST 2013


Changeset: c5faee7acf65
Author:    Lisa.Selle at 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



More information about the openjfx-dev mailing list