Annotate a refresh variable 44/278144/1
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 3 Mar 2022 09:01:14 +0000 (18:01 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 18 Jul 2022 05:58:13 +0000 (14:58 +0900)
Change-Id: I6019b86ea994d8fc4073eaf0cdba318489f844a5

include/libds/output.h

index d56690e..35fee14 100644 (file)
@@ -12,7 +12,7 @@ struct ds_output;
 
 struct ds_output_mode {
     int32_t width, height;
-    int32_t refresh;
+    int32_t refresh; // mHz
     bool preferred;
     struct wl_list link;
 };