mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
spell check with codespell
This commit is contained in:
@@ -458,7 +458,7 @@ extern "C"
|
||||
*
|
||||
* @param display the display to attach the window to
|
||||
* @param width the width of the window
|
||||
* @param height the heigh of the window
|
||||
* @param height the height of the window
|
||||
* @param format format to use for the SHM surface
|
||||
* @return the created UwacWindow, NULL if something failed (use UwacDisplayGetLastError() to
|
||||
*know more about this)
|
||||
@@ -643,7 +643,7 @@ extern "C"
|
||||
|
||||
/**
|
||||
* @brief UwacSeatSetMouseCursor Sets the specified image as the new mouse cursor.
|
||||
* Special values: If data == NULL && lenght == 0
|
||||
* Special values: If data == NULL && length == 0
|
||||
* the cursor is hidden, if data == NULL && length != 0
|
||||
* the default system cursor is used.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user