[gnome-network-displays/cc-tmp: 57/80] cc: 1d array for resolutions




commit fa79dfb475fc766df73b635cc98cb659d09a9050
Author: Anupam Kumar <kyteinsky gmail com>
Date:   Tue Sep 6 00:02:09 2022 +0530

    cc: 1d array for resolutions

 src/cc/cc-common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/cc/cc-common.h b/src/cc/cc-common.h
index c53a0e6..c4901b1 100644
--- a/src/cc/cc-common.h
+++ b/src/cc/cc-common.h
@@ -110,7 +110,7 @@ typedef struct _VideoStream
   gchar *protection;
   gchar *profile;
   gchar *level;
-  gint **resolutions;
+  gint  *resolutions;
   gchar *error_recovery_mode;
 } VideoStream;
 


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