Skip to content

Commit f9c2a8c

Browse files
committed
disp/omt: Set logging callback
1 parent 0e97b3a commit f9c2a8c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/video_display/omt.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ void init_send(state_vdisp_omt *s){
108108
void *display_omt_init(module *parent, const char *fmt, unsigned int flags){
109109
auto s = std::make_unique<state_vdisp_omt>();
110110

111+
ug_register_omt_log_callback();
112+
111113
constexpr size_t max_frames = 3;
112114
s->free_frames.resize(max_frames);
113115

0 commit comments

Comments
 (0)