Alex Henrie : shell32: Add demo window icons.
Module: wine Branch: master Commit: 408bbe56737e21e1c9f85fab7e9d3884c648e76f URL: https://source.winehq.org/git/wine.git/?a=commit;h=408bbe56737e21e1c9f85fab7... Author: Alex Henrie <alexhenrie24(a)gmail.com> Date: Tue Aug 28 23:47:27 2018 -0600 shell32: Add demo window icons. Signed-off-by: Alex Henrie <alexhenrie24(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)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 c01b8be..cfd7006 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -730,6 +730,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 f70b084..3876c16 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -269,6 +269,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
participants (1)
-
Alexandre Julliard