Mercurial > mercurial > hgweb_rsearcher.cgi
diff include/id.h @ 9:ae89ce4793d8
add satellite-view.
author | pyon@macmini |
---|---|
date | Wed, 31 Oct 2018 20:10:29 +0900 |
parents | 82f9af6aa7e4 |
children | 36811fd22bd2 |
line wrap: on
line diff
--- a/include/id.h Tue Oct 30 17:26:02 2018 +0900 +++ b/include/id.h Wed Oct 31 20:10:29 2018 +0900 @@ -1,5 +1,5 @@ // Filename : id.h -// Last Change: 2018-10-30 11:07:41. +// Last Change: 2018-10-31 16:40:38. // #ifndef __ID_H__ @@ -7,10 +7,11 @@ #include <wx/wx.h> -#define RSVER "1.2" -#define RSRELEASE "2018.10.30" +#define RSVER "1.3" +#define RSRELEASE "2018.10.31" enum { + /* for mainframe */ ID_MAIN = wxID_HIGHEST + 1, ID_SEARCH, ID_PSEARCH, @@ -22,9 +23,14 @@ ID_FOCUS, ID_PZOOM, ID_MZOOM, + ID_SWIN, ID_DARK, ID_TIMER, ID_LOGOUT, + + /* for auth */ + ID_UID, + ID_PW, }; #endif // __ID_H__