change fuction to static sandbox/gouache/visualizer
authorsangho park <sangho.g.park@samsung.com>
Fri, 8 Apr 2022 00:43:53 +0000 (09:43 +0900)
committersangho park <sangho.g.park@samsung.com>
Fri, 8 Apr 2022 00:43:53 +0000 (09:43 +0900)
Signed-off-by: sangho park <sangho.g.park@samsung.com>
test/testsuites/common/visualizer/src/visualizer_2d.cpp

index b76349c21f698838c4df6be25251fa29f12d3d1a..6c6ef570954c388588ca92481d359375cd44741c 100644 (file)
@@ -21,7 +21,7 @@ static int quit = 1;
 static int win_w = 1920;
 static int win_h = 1080;
 
-int load_texture(mv_source_h source, int *lpTexID, int *lpWidth, int *lpHeight)
+static int load_texture(mv_source_h source, int *lpTexID, int *lpWidth, int *lpHeight)
 {
        unsigned char *data_buffer = NULL;
        unsigned int buffer_size = 0;