mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-12 13:30:15 -05:00
meta: define invalid cursor metadata
This commit is contained in:
parent
cd53eca92b
commit
218fd081df
2 changed files with 3 additions and 2 deletions
|
|
@ -100,7 +100,7 @@ struct spa_meta_bitmap {
|
|||
* Cursor information
|
||||
*/
|
||||
struct spa_meta_cursor {
|
||||
uint32_t id; /**< cursor id */
|
||||
uint32_t id; /**< cursor id, SPA_ID_INVALID for no cursor */
|
||||
int32_t x, y; /**< offsets on screen */
|
||||
int32_t hotspot_x, hotspot_y; /**< offsets for hotspot in bitmap */
|
||||
uint32_t bitmap_offset; /**< offset of bitmap meta in this structure */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue