[ros-diffs] [dchapyshev] 33240: - Add more defines

dchapyshev at svn.reactos.org dchapyshev at svn.reactos.org
Fri May 2 16:44:43 CEST 2008


Author: dchapyshev
Date: Fri May  2 09:44:43 2008
New Revision: 33240

URL: http://svn.reactos.org/svn/reactos?rev=33240&view=rev
Log:
- Add more defines

Modified:
    trunk/reactos/base/shell/explorer-new/precomp.h

Modified: trunk/reactos/base/shell/explorer-new/precomp.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/precomp.h?rev=33240&r1=33239&r2=33240&view=diff
==============================================================================
--- trunk/reactos/base/shell/explorer-new/precomp.h [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer-new/precomp.h [iso-8859-1] Fri May  2 09:44:43 2008
@@ -349,12 +349,14 @@
 
 /* TrayClockWnd */
 #define TCWM_GETMINIMUMSIZE (WM_USER + 0x100)
-#define TCWM_UPDATETIME (WM_USER + 0x101)
+#define TCWM_UPDATETIME     (WM_USER + 0x101)
 
 /* TrayNotifyWnd */
 #define TNWM_GETMINIMUMSIZE (WM_USER + 0x100)
-#define TNWM_UPDATETIME (WM_USER + 0x101)
-#define TNWM_SHOWCLOCK  (WM_USER + 0x102)
+#define TNWM_UPDATETIME     (WM_USER + 0x101)
+#define TNWM_SHOWCLOCK      (WM_USER + 0x102)
+#define TNWM_SHOWTRAY       (WM_USER + 0x103)
+#define TNWM_CHANGETRAYPOS  (WM_USER + 0x104)
 
 #define NTNWM_REALIGN   (0x1)
 



More information about the Ros-diffs mailing list