Browse Source

libobs-winrt: Fix BOOL/bool mismatch warning

jpark37 5 years ago
parent
commit
c40b98948e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libobs-winrt/winrt-capture.cpp

+ 1 - 1
libobs-winrt/winrt-capture.cpp

@@ -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;