/[rdesktop]/sourceforge.net/trunk/seamlessrdp/ServerExe/main.cpp
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/seamlessrdp/ServerExe/main.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 925 by astrand, Thu Jun 30 08:53:04 2005 UTC revision 926 by astrand, Thu Jun 30 12:53:07 2005 UTC
# Line 1  Line 1 
1  //*********************************************************************************  //*********************************************************************************
2  //  //
3  //Title: Terminal Services Window Clipper  //Title: SeamlessRDP Shell
4  //  //
5  //Author: Martin Wickett  //Author: Martin Wickett
6  //  //
# Line 21  NOTIFYICONDATA         nid; Line 21  NOTIFYICONDATA         nid;
21  HINSTANCE                       hAppInstance;  HINSTANCE                       hAppInstance;
22    
23  static const UINT WM_TRAY_NOTIFY        = (WM_APP + 1000);  static const UINT WM_TRAY_NOTIFY        = (WM_APP + 1000);
24  static const char szAppName[]           = "Terminal Services Window Clipper";  static const char szAppName[]           = "SeamlessRDP Shell";
25    
26  //  //
27  // spawn a message box  // spawn a message box
28  //  //
29  void Message(const char* message)  void Message(const char* message)
30  {  {
31          MessageBox(GetDesktopWindow(),message,"TS Window Clipper", MB_OK);          MessageBox(GetDesktopWindow(),message,"SeamlessRDP Shell", MB_OK);
32  }  }
33    
34  //  //
# Line 314  int WINAPI WinMain(HINSTANCE hInstance, Line 314  int WINAPI WinMain(HINSTANCE hInstance,
314          WTSWinClipper::Done();          WTSWinClipper::Done();
315    
316          return 1;          return 1;
 }  
317    }

Legend:
Removed from v.925  
changed lines
  Added in v.926

  ViewVC Help
Powered by ViewVC 1.1.26