mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
[docs] Update the backends hacking reference
This commit is contained in:
parent
29ab269116
commit
c4716d78d0
@ -130,14 +130,12 @@ the stage implementation should:
|
|||||||
- create a new native window handle
|
- create a new native window handle
|
||||||
- if the backend doesn't have a drawing context (either GL or GLES),
|
- if the backend doesn't have a drawing context (either GL or GLES),
|
||||||
create one and pass it to the backend
|
create one and pass it to the backend
|
||||||
- set the CLUTTER_ACTOR_REALIZED flag on itself
|
|
||||||
|
|
||||||
In case of failure, the CLUTTER_ACTOR_REALIZED flag should be unset on
|
In case of failure, the CLUTTER_ACTOR_REALIZED flag should be unset on
|
||||||
the stage implementation.
|
the stage implementation.
|
||||||
|
|
||||||
Inside the ::unrealize function the stage implementation should:
|
Inside the ::unrealize function the stage implementation should:
|
||||||
|
|
||||||
- unset the CLUTTER_ACTOR_REALIZED flag on itself
|
|
||||||
- destroy the native window handle
|
- destroy the native window handle
|
||||||
|
|
||||||
NOTES
|
NOTES
|
||||||
|
Loading…
Reference in New Issue
Block a user