Try to enable vsync with GL on Linux.
[dcpomatic.git] / src / wx / wx_util.cc
index bfc7c30690936ec405cd0833c6719030d1403d62..d2f463b73ea47dcc7f2792f64e88083235659c2e 100644 (file)
@@ -44,6 +44,7 @@ using std::pair;
 using boost::shared_ptr;
 using boost::optional;
 using dcp::locale_convert;
+using namespace dcpomatic;
 
 wxStaticText *
 #ifdef __WXOSX__
@@ -158,6 +159,7 @@ message_dialog (wxWindow* parent, wxString m)
        d->Destroy ();
 }
 
+/** @return true if the user answered "yes" */
 bool
 confirm_dialog (wxWindow* parent, wxString m)
 {