comparison win/dw.c @ 1521:9834570c8761

Need a forward declaration of _colorwndproc() for recent Windows changes on 32bit (but not 64bit?).
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 29 Dec 2011 19:50:20 +0000
parents 514b061ac8b2
children 5facb5380944
comparison
equal deleted inserted replaced
1520:65861fedc4b4 1521:9834570c8761
182 HFONT _DefaultFont = NULL; 182 HFONT _DefaultFont = NULL;
183 183
184 #if (defined(BUILD_DLL) || defined(BUILD_HTML)) && !defined(__MINGW32__) 184 #if (defined(BUILD_DLL) || defined(BUILD_HTML)) && !defined(__MINGW32__)
185 LRESULT CALLBACK _browserWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); 185 LRESULT CALLBACK _browserWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
186 #endif 186 #endif
187 BOOL CALLBACK _colorwndproc(HWND hWnd, UINT msg, WPARAM mp1, LPARAM mp2);
187 void _resize_notebook_page(HWND handle, int pageid); 188 void _resize_notebook_page(HWND handle, int pageid);
188 void _handle_splitbar_resize(HWND hwnd, float percent, int type, int x, int y); 189 void _handle_splitbar_resize(HWND hwnd, float percent, int type, int x, int y);
189 int _lookup_icon(HWND handle, HICON hicon, int type); 190 int _lookup_icon(HWND handle, HICON hicon, int type);
190 HFONT _acquire_font(HWND handle, char *fontname); 191 HFONT _acquire_font(HWND handle, char *fontname);
191 void _click_default(HWND handle); 192 void _click_default(HWND handle);