mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 03:22:04 +00:00
cabcad1856
Because ClutterText has a somewhat convoluted drawing routine, replacing cogl_rectangle() here isn't as straightfoward as the effects were. A new CoglPipeline is now part of the ClutterText struct, and is used to set the color of the background or the selection. Another change is paint_selection() now receives a framebuffer to draw into. The check for NULL framebuffer does not make sense here, since there is always a draw framebuffer set when in the drawing function. Because of that, the check is now gone. |
||
---|---|---|
.. | ||
build | ||
clutter | ||
tests | ||
.gitignore | ||
configure.ac | ||
Makefile.am | ||
meson.build |