mirror of
https://github.com/yshui/picom.git
synced 2024-11-11 13:51:02 -05:00
backend: update documentation for root_change
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
d74e026cec
commit
3bdfda7299
1 changed files with 3 additions and 4 deletions
|
@ -137,10 +137,9 @@ struct backend_operations {
|
|||
/// Optional, not yet used
|
||||
void (*resume)(backend_t *backend_data, session_t *ps);
|
||||
|
||||
/// Called when root property changed, returns the new
|
||||
/// backend_data. Even if the backend_data changed, all
|
||||
/// the existing image data returned by this backend should
|
||||
/// remain valid.
|
||||
/// Called when root window size changed. All existing image data ever
|
||||
/// returned by this backend should remain valid after this call
|
||||
/// returns.
|
||||
///
|
||||
/// Optional
|
||||
void (*root_change)(backend_t *backend_data, session_t *ps);
|
||||
|
|
Loading…
Reference in a new issue