comparison src/gui_w32.c @ 837:6bb1fa855dc9 v7.0e03

updated for version 7.0e03
author vimboss
date Wed, 19 Apr 2006 21:23:36 +0000
parents 8bebcabccc2c
children 2c885fab04e3
comparison
equal deleted inserted replaced
836:5a7843c57316 837:6bb1fa855dc9
183 183
184 static void make_tooltip __ARGS((BalloonEval *beval, char *text, POINT pt)); 184 static void make_tooltip __ARGS((BalloonEval *beval, char *text, POINT pt));
185 static void delete_tooltip __ARGS((BalloonEval *beval)); 185 static void delete_tooltip __ARGS((BalloonEval *beval));
186 static VOID CALLBACK BevalTimerProc __ARGS((HWND hwnd, UINT uMsg, UINT idEvent, DWORD dwTime)); 186 static VOID CALLBACK BevalTimerProc __ARGS((HWND hwnd, UINT uMsg, UINT idEvent, DWORD dwTime));
187 187
188 #ifndef UINT_PTR
189 # define UINT_PTR UINT
190 #endif
188 static BalloonEval *cur_beval = NULL; 191 static BalloonEval *cur_beval = NULL;
189 static UINT_PTR BevalTimerId = 0; 192 static UINT_PTR BevalTimerId = 0;
190 static DWORD LastActivity = 0; 193 static DWORD LastActivity = 0;
191 194
192 /* 195 /*