Browse Subversion Repository
Diff of /trunk/teraterm/ttpcmn/ttcmn.c
Parent Directory
| Revision Log
| Patch
| 2391 |
CustomIcon = icon; |
CustomIcon = icon; |
| 2392 |
} |
} |
| 2393 |
|
|
| 2394 |
|
HICON FAR PASCAL GetCustomNotifyIcon() |
| 2395 |
|
{ |
| 2396 |
|
return CustomIcon; |
| 2397 |
|
} |
| 2398 |
|
|
| 2399 |
void FAR PASCAL CreateNotifyIcon(PComVar cv) |
void FAR PASCAL CreateNotifyIcon(PComVar cv) |
| 2400 |
{ |
{ |
| 2401 |
if (cv->NotifyIcon == NULL) { |
if (cv->NotifyIcon == NULL) { |
|
|
Legend:
| Removed from v.6690 |
|
| changed lines |
| |
Added in v.6691 |
|
|
|