Update TODO and some comments.
This commit is contained in:
parent
2caf135d05
commit
bd6b05f5bb
3
TODO
3
TODO
@ -2393,8 +2393,7 @@ o Graphics Subsystem (graphics/)
|
||||
Priority: Low
|
||||
|
||||
Title: AUTO-RAISE DISABLED
|
||||
Description: Auto-raise is currently disabled in NX multi-server mode. The
|
||||
reason is complex:
|
||||
Description: Auto-raise is currently disabled. The reason is complex:
|
||||
- Most touchscreen controls send touch data a high rates
|
||||
- In multi-server mode, touch events get queued in a message
|
||||
queue.
|
||||
|
@ -602,6 +602,10 @@ extern "C"
|
||||
* Description:
|
||||
* Initialize the framebuffer video hardware associated with the display.
|
||||
*
|
||||
* There are multiple logic paths that may call up_fbinitialize() so any
|
||||
* implementation of up_fbinitialize() should be tolerant of being called
|
||||
* multiple times.
|
||||
*
|
||||
* Input Parameters:
|
||||
* display - In the case of hardware with multiple displays, this
|
||||
* specifies the display. Normally this is zero.
|
||||
|
Loading…
Reference in New Issue
Block a user