UI: Add fullscreen projector class

This allows viewing a source, scene, or the main preview in a fullscreen
window.
This commit is contained in:
jp9000
2015-04-04 00:37:02 -07:00
parent b7421aafde
commit c68283042c
3 changed files with 130 additions and 0 deletions

View File

@@ -103,6 +103,7 @@ set(obs_SOURCES
window-basic-preview.cpp
window-namedialog.cpp
window-log-reply.cpp
window-projector.cpp
window-remux.cpp
properties-view.cpp
focus-list.cpp
@@ -134,6 +135,7 @@ set(obs_HEADERS
window-basic-preview.hpp
window-namedialog.hpp
window-log-reply.hpp
window-projector.hpp
window-remux.hpp
properties-view.hpp
display-helpers.hpp