Changeset b5ef837 in nscp for modules/SysTray/TrayIcon.h


Ignore:
Timestamp:
02/03/08 21:30:12 (5 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
f6edbcd
Parents:
6b690bf
Message:

+ Added an internal log windows that displays log in realtime.

+ Fixed some issues with the dialog procs (should work smoother now, especially Termination)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/SysTray/TrayIcon.h

    r4001502 rb5ef837  
    4747  INT_PTR CALLBACK DialogProc(HWND hwndDlg,UINT uMsg,WPARAM wParam,LPARAM lParam); 
    4848  INT_PTR CALLBACK InjectDialogProc(HWND hwndDlg,UINT uMsg,WPARAM wParam,LPARAM lParam); 
     49  INT_PTR CALLBACK LogDialogProc(HWND hwndDlg,UINT uMsg,WPARAM wParam,LPARAM lParam); 
     50   
    4951  void removeIcon(HWND hWnd); 
    5052  void addIcon(HWND hWnd); 
Note: See TracChangeset for help on using the changeset viewer.