libobs-winrt: Fix BOOL/bool mismatch warning

master
jpark37 2020-11-02 22:08:46 -08:00 committed by Jim
parent 86ecaadffb
commit c40b98948e
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ struct winrt_capture {
bool client_area;
bool capture_cursor;
bool cursor_visible;
BOOL cursor_visible;
gs_texture_t *texture;
bool texture_written;