another DrawRequest
This commit is contained in:
parent
2b1e6c62f1
commit
fd7f2ff8ba
1 changed files with 4 additions and 0 deletions
|
@ -46,6 +46,10 @@ drawRect buf node color (Line size) rect@G.GeglRectangle{..} = do
|
|||
drawRect buf node color Fill (G.GeglRectangle rectangleX rectangleY size rectangleHeight)
|
||||
drawRect buf node color Fill (G.GeglRectangle (rectangleX + rectangleWidth - size) rectangleY size rectangleHeight)
|
||||
drawRect buf node color Fill (G.GeglRectangle rectangleX (rectangleY + rectangleHeight - size) rectangleWidth size)
|
||||
ad@AffectionData{..} <- get
|
||||
put $ ad
|
||||
{ drawStack = (DrawRequest node rect) : drawStack
|
||||
}
|
||||
|
||||
-- | force a blit of a specified area
|
||||
present
|
||||
|
|
Loading…
Reference in a new issue