~ubuntu-branches/ubuntu/karmic/notecase/karmic

« back to all changes in this revision

Viewing changes to src/_win/TrayIcon.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Vijay(Vijay)
  • Date: 2007-06-14 00:13:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070614001348-z9e2vbgtenb9nhoo
Tags: 1.5.6-0ubuntu1
* New Upstream release 
*  The libgnomevfs2-dev is also added to Build-Depends 

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
void ShowTrayMenu();            //external
12
12
void OnTrayDefaultAction(); //external
13
13
 
14
 
#ifdef _DEBUG
15
 
#define new DEBUG_NEW
16
 
#undef THIS_FILE
17
 
static char THIS_FILE[] = __FILE__;
18
 
#endif
19
 
 
20
14
LRESULT CALLBACK WindowProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
21
15
 
22
16
TrayIcon::TrayIcon()