[mutter/bilelmoussaoui/gdk-x11-only: 14/21] compositor: Replace GdkRGBA with ClutterColor




commit d3f7264435e3ee7170c0421747a5bf9f9b992452
Author: Bilal Elmoussaoui <belmouss redhat com>
Date:   Mon May 9 10:39:23 2022 +0200

    compositor: Replace GdkRGBA with ClutterColor

 src/compositor/plugins/default.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/compositor/plugins/default.c b/src/compositor/plugins/default.c
index 5240e17119..cdf0c07318 100644
--- a/src/compositor/plugins/default.c
+++ b/src/compositor/plugins/default.c
@@ -149,7 +149,7 @@ typedef struct _DisplayTilePreview
 {
   ClutterActor   *actor;
 
-  GdkRGBA        *preview_color;
+  ClutterColor   *preview_color;
 
   MetaRectangle   tile_rect;
 } DisplayTilePreview;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]