mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1183085 - Remove EndConstruction() from layer documentation; r=roc
EndConstruction() was removed in bug 564993.
This commit is contained in:
parent
cc259f1fa9
commit
d1003f6084
@ -154,8 +154,7 @@ static void LayerManagerUserDataDestroy(void *data)
|
||||
* 1) Construction: layers are created, inserted, removed and have
|
||||
* properties set on them in this phase.
|
||||
* BeginTransaction and BeginTransactionWithTarget start a transaction in
|
||||
* the Construction phase. When the client has finished constructing the layer
|
||||
* tree, it should call EndConstruction() to enter the drawing phase.
|
||||
* the Construction phase.
|
||||
* 2) Drawing: PaintedLayers are rendered into in this phase, in tree
|
||||
* order. When the client has finished drawing into the PaintedLayers, it should
|
||||
* call EndTransaction to complete the transaction.
|
||||
|
Loading…
Reference in New Issue
Block a user