Annotate a refresh variable 30/278030/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:07:55 +0000 (14:07 +0900)
Change-Id: I19205ea185c82a51c4d7eeb8e410a1efacd38fc5

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;
 };