Alex Henrie : shell32: Add window-on-monitor and desktop-on-monitor icons.

Alexandre Julliard julliard at winehq.org
Wed Aug 29 16:10:44 CDT 2018


Module: wine
Branch: master
Commit: 8017c259ca76ae7f1547e75ed256b8b457fe1340
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=8017c259ca76ae7f1547e75ed256b8b457fe1340

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

shell32: Add window-on-monitor and desktop-on-monitor icons.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/shell32/shell32.rc | 8 ++++++++
 dlls/shell32/shresdef.h | 2 ++
 2 files changed, 10 insertions(+)

diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index 2b34345..c01b8be 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -722,6 +722,14 @@ IDI_SHELL_NEW_WEB_PAGE ICON resources/document.ico
 /* @makedep: resources/internet.ico */
 IDI_SHELL_REMOTE_CONNECTION ICON resources/internet.ico
 
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/mycomputer.ico */
+IDI_SHELL_WINDOW_ON_MONITOR ICON resources/mycomputer.ico
+
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/mycomputer.ico */
+IDI_SHELL_DESKTOP_ON_MONITOR ICON resources/mycomputer.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 f7e51dc..f70b084 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -267,6 +267,8 @@
 #define IDI_SHELL_VISUAL_SETTINGS  177
 #define IDI_SHELL_NEW_WEB_PAGE     178
 #define IDI_SHELL_REMOTE_CONNECTION        179
+#define IDI_SHELL_WINDOW_ON_MONITOR        180
+#define IDI_SHELL_DESKTOP_ON_MONITOR       181
 #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