aboutsummaryrefslogtreecommitdiff
path: root/src/VideoPlayer.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-06-08 17:12:00 +0200
committerdec05eba <dec05eba@protonmail.com>2021-06-08 17:12:00 +0200
commit9409d8f67f856da0ecfb2a485c2a757c2338469e (patch)
treef170fdd8da6c4f16174b466b4e7e079aa9ca777b /src/VideoPlayer.cpp
parent0f0bf1c649388c07ae6e8dd784d7402f68691b96 (diff)
Make card height the same size as the content
Diffstat (limited to 'src/VideoPlayer.cpp')
-rw-r--r--src/VideoPlayer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/VideoPlayer.cpp b/src/VideoPlayer.cpp
index db43ae1..95a3bd4 100644
--- a/src/VideoPlayer.cpp
+++ b/src/VideoPlayer.cpp
@@ -261,6 +261,8 @@ namespace QuickMedia {
close(sockets[0]);
video_process_id = -1;
sockets[0] = -1;
+ window_handle = None;
+ connected_to_ipc = false;
return Error::EXITED;
}
}