mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-07 02:52:42 +08:00
use plane for hardware cursor
This commit is contained in:
@@ -1275,9 +1275,6 @@ static GAL_VideoDevice *DRM_CreateDevice(int devindex)
|
||||
device->SetCursor = DRM_SetCursor_SW;
|
||||
device->MoveCursor = DRM_MoveCursor_SW;
|
||||
}
|
||||
|
||||
device->SetCursor = DRM_SetCursor_SW;
|
||||
device->MoveCursor = DRM_MoveCursor_SW;
|
||||
#endif /* IS_COMPOSITING_SCHEMA */
|
||||
|
||||
/* set accelerated methods in DRM_VideoInit */
|
||||
|
||||
Reference in New Issue
Block a user