mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-15 21:17:00 -04:00
added initial config file stuff, set up a 'dummy' window to cause the graphics system to persist through window changes
This commit is contained in:
@@ -15,8 +15,15 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
******************************************************************************/
|
||||
|
||||
#include <wx/app.h>
|
||||
#include "obs-app.hpp"
|
||||
#include "window-obs-basic.hpp"
|
||||
|
||||
void OBSBasic::OnClose(wxCloseEvent& event)
|
||||
{
|
||||
wxGetApp().ExitMainLoop();
|
||||
}
|
||||
|
||||
void OBSBasic::file_newOnMenuSelection(wxCommandEvent& event)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user