rename tinyds-tdm-common to tinyds-common 75/283575/1
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 27 Oct 2022 09:03:49 +0000 (18:03 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Mon, 31 Oct 2022 01:15:59 +0000 (10:15 +0900)
Change-Id: Ic0a78ca9a881e3f60b74036f60f37c5be7fddc90

examples/tinyds-common.h [moved from examples/tinyds-tdm-common.h with 100% similarity]
examples/tinyds-dpms.c
examples/tinyds-policy.c
examples/tinyds-tdm.h

index 23821a1..b8fabb4 100644 (file)
@@ -1,6 +1,6 @@
 #include <libds-tizen/dpms.h>
 
-#include "tinyds-tdm-common.h"
+#include "tinyds-common.h"
 #include "tinyds-dpms.h"
 
 struct tinyds_dpms
index 5ee56af..30146c7 100644 (file)
@@ -1,6 +1,6 @@
 #include <libds-tizen/policy.h>
 
-#include "tinyds-tdm-common.h"
+#include "tinyds-common.h"
 #include "tinyds-policy.h"
 
 struct tinyds_policy
index 413cebd..1bbad9e 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef TINYDS_TDM_H
 #define TINYDS_TDM_H
 
-#include "tinyds-tdm-common.h"
+#include "tinyds-common.h"
 
 #ifdef USE_TDM_BUFFER_QUEUE
 #include "pixman-tbm-helper.h"