Alex Henrie : shell32: Add demo window icons.

Alexandre Julliard julliard at winehq.org
Thu Nov 29 15:09:34 CST 2018


Module: wine
Branch: stable
Commit: b9180d696b3bb6eff29bb7f985b7686c58b32b40
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=b9180d696b3bb6eff29bb7f985b7686c58b32b40

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Tue Aug 28 23:47:27 2018 -0600

shell32: Add demo window icons.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit 408bbe56737e21e1c9f85fab7e9d3884c648e76f)
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

---

 dlls/shell32/shell32.rc | 16 ++++++++++++++++
 dlls/shell32/shresdef.h |  4 ++++
 2 files changed, 20 insertions(+)

diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index 18f6f65..a8ebb0f 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -664,6 +664,22 @@ IDI_SHELL_WINDOW_ON_MONITOR ICON resources/mycomputer.ico
 /* @makedep: resources/mycomputer.ico */
 IDI_SHELL_DESKTOP_ON_MONITOR ICON resources/mycomputer.ico
 
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/window.ico */
+IDI_SHELL_WINDOW_WITH_SIDEBAR ICON resources/window.ico
+
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/window.ico */
+IDI_SHELL_WINDOW_WITHOUT_SIDEBAR ICON resources/window.ico
+
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/window.ico */
+IDI_SHELL_MAXIMIZED_WINDOW ICON resources/window.ico
+
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/window.ico */
+IDI_SHELL_FLOATING_WINDOWS ICON resources/window.ico
+
 /* @makedep: resources/internet.ico */
 IDI_SHELL_WEB_FOLDERS ICON resources/internet.ico
 
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index 61221a4..95cf01d 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -265,6 +265,10 @@
 #define IDI_SHELL_REMOTE_CONNECTION        179
 #define IDI_SHELL_WINDOW_ON_MONITOR        180
 #define IDI_SHELL_DESKTOP_ON_MONITOR       181
+#define IDI_SHELL_WINDOW_WITH_SIDEBAR      182
+#define IDI_SHELL_WINDOW_WITHOUT_SIDEBAR   183
+#define IDI_SHELL_MAXIMIZED_WINDOW         184
+#define IDI_SHELL_FLOATING_WINDOWS         185
 #define IDI_SHELL_WEB_FOLDERS      193
 #define IDI_SHELL_MY_DOCUMENTS     235
 #define IDI_SHELL_RENAME           242




More information about the wine-cvs mailing list