Subversion Repositories filter_foundry

Rev

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

Rev 486 Rev 491
Line 177... Line 177...
177
        SendMessage(hwndTip, TTM_ADDTOOL, 0, (LPARAM)&toolInfo);
177
        SendMessage(hwndTip, TTM_ADDTOOL, 0, (LPARAM)&toolInfo);
178
 
178
 
179
        return hwndTip;
179
        return hwndTip;
180
}
180
}
181
 
181
 
182
#define IDT_TIMER_INITPREVIEW_DRAW 1111
182
#define IDT_TIMER_INITPREVIEW_DRAW 'tDRW'
183
 
183
 
184
WNDPROC lpControlEditWndProc[8];
184
WNDPROC lpControlEditWndProc[8];
185
 
185
 
186
LRESULT CALLBACK ControlTextWndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) {
186
LRESULT CALLBACK ControlTextWndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) {
187
        extern Boolean doupdates;
187
        extern Boolean doupdates;