Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
408bbe56
Commit
408bbe56
authored
Aug 28, 2018
by
Alex Henrie
Committed by
Alexandre Julliard
Aug 29, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Add demo window icons.
Signed-off-by:
Alex Henrie
<
alexhenrie24@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
8017c259
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
shell32.rc
dlls/shell32/shell32.rc
+16
-0
shresdef.h
dlls/shell32/shresdef.h
+4
-0
No files found.
dlls/shell32/shell32.rc
View file @
408bbe56
...
...
@@ -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
...
...
dlls/shell32/shresdef.h
View file @
408bbe56
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment