Skip to content

Commit

Permalink
Add set_osd_msg to video_poke
Browse files Browse the repository at this point in the history
  • Loading branch information
twinaphex committed Mar 11, 2013
1 parent 63883a1 commit b4108eb
Show file tree
Hide file tree
Showing 4 changed files with 214 additions and 69 deletions.
3 changes: 3 additions & 0 deletions driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,10 @@ typedef struct video_poke_interface
void (*apply_state_changes)(void *data);

// Set to NULL if RGUI texture is not supposed to be rendered.
#ifdef HAVE_RGUI
void (*set_rgui_texture)(void *data, const void *frame);
#endif
void (*set_osd_msg)(void *data, const char *msg, void *userdata);
} video_poke_interface_t;

typedef struct video_driver
Expand Down
Loading

0 comments on commit b4108eb

Please sign in to comment.