X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_vout_display.h;h=e79ce7ef56f0121e359c40587ff0e105cc29f6a0;hb=66ddfd87b6d50bbd879b08518df23a009fc163b8;hp=8b32efceef1d5f64de9f0305eb475f48c31642c2;hpb=5741789dd874a3156b9c55a99b25bfa2053170b5;p=vlc diff --git a/include/vlc_vout_display.h b/include/vlc_vout_display.h index 8b32efceef..e79ce7ef56 100644 --- a/include/vlc_vout_display.h +++ b/include/vlc_vout_display.h @@ -124,6 +124,7 @@ typedef struct { bool has_double_click; /* Is double-click generated */ bool has_hide_mouse; /* Is mouse automatically hidden */ bool has_pictures_invalid;/* Will VOUT_DISPLAY_EVENT_PICTURES_INVALID be used */ + bool has_event_thread; /* Will events (key at least) be emitted using an independent thread */ } vout_display_info_t; /**