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:
jp9000
2013-11-23 23:38:52 -07:00
parent 9b76651183
commit 0aad78819c
5 changed files with 189 additions and 16 deletions

View File

@@ -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)
{
}