Mercurial > mercurial > hgweb_rsearcher.cgi
diff include/main.h @ 4:06342fc544e4
mouse gesture.
author | pyon@macmini |
---|---|
date | Mon, 15 Oct 2018 20:07:38 +0900 |
parents | db4813125eb8 |
children | e3b10fb860b3 |
line wrap: on
line diff
--- a/include/main.h Thu Oct 11 22:11:09 2018 +0900 +++ b/include/main.h Mon Oct 15 20:07:38 2018 +0900 @@ -1,15 +1,11 @@ // Filename : main.h -// Last Change: 2018-10-03 18:11:51. +// Last Change: 2018-10-12 16:16:45. // #include <wx/wx.h> #include <wx/config.h> #include <wx/fileconf.h> #include <wx/splash.h> -enum { - ID_MAIN = wxID_HIGHEST + 1, -}; - // private classes // Define a new application type, each program should derive a class from wxApp class MyApp : public wxApp