Subversion Repositories filter_foundry

Rev

Rev 112 | Rev 126 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 112 Rev 114
Line 59... Line 59...
59
 
59
 
60
Boolean simplealert(char *s){
60
Boolean simplealert(char *s){
61
        return MessageBox(NULL,s,"Filter Foundry",MB_APPLMODAL|MB_ICONERROR|MB_OK) == IDOK;
61
        return MessageBox(NULL,s,"Filter Foundry",MB_APPLMODAL|MB_ICONERROR|MB_OK) == IDOK;
62
}
62
}
63
 
63
 
64
BOOL CALLBACK maindlgproc(HWND hDlg, UINT wMsg, WPARAM wParam, LPARAM lParam);
64
INT_PTR CALLBACK maindlgproc(HWND hDlg, UINT wMsg, WPARAM wParam, LPARAM lParam);
65
 
65
 
66
BOOL CALLBACK maindlgproc(HWND hDlg, UINT wMsg, WPARAM wParam, LPARAM lParam){
66
INT_PTR CALLBACK maindlgproc(HWND hDlg, UINT wMsg, WPARAM wParam, LPARAM lParam){
67
        static POINT origpos;
67
        static POINT origpos;
68
        static Point origscroll;
68
        static Point origscroll;
69
        static Boolean panning = false;
69
        static Boolean panning = false;
70
 
70
 
71
        int item,i;
71
        int item,i;