Skip to content

Commit df23522

Browse files
committed
vulkan: use Vulkan in window name instead of SDL2
1 parent 6e4e85d commit df23522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/video_display/vulkan/vulkan_sdl2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ void* display_sdl2_init(module* parent, const char* fmt, unsigned int flags) {
776776

777777
log_msg(LOG_LEVEL_NOTICE, "SDL2 initialized successfully.\n");
778778

779-
const char* window_title = "UltraGrid - SDL2 Display";
779+
const char* window_title = "UltraGrid - Vulkan Display";
780780
if (get_commandline_param("window-title")) {
781781
window_title = get_commandline_param("window-title");
782782
}

0 commit comments

Comments
 (0)