Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
45227d13
Commit
45227d13
authored
Aug 26, 2018
by
Alex Henrie
Committed by
Alexandre Julliard
Aug 27, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Add blank icons.
Signed-off-by:
Alex Henrie
<
alexhenrie24@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
b8bc0a3d
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
114 additions
and
0 deletions
+114
-0
Makefile.in
dlls/shell32/Makefile.in
+1
-0
blank.ico
dlls/shell32/resources/blank.ico
+0
-0
blank.svg
dlls/shell32/resources/blank.svg
+97
-0
shell32.rc
dlls/shell32/shell32.rc
+12
-0
shresdef.h
dlls/shell32/shresdef.h
+4
-0
No files found.
dlls/shell32/Makefile.in
View file @
45227d13
...
...
@@ -62,6 +62,7 @@ IDL_SRCS = \
shell32_tlb.idl
SVG_SRCS
=
\
resources/blank.svg
\
resources/cdrom.svg
\
resources/control.svg
\
resources/delete.svg
\
...
...
dlls/shell32/resources/blank.ico
0 → 100644
View file @
45227d13
4.27 KB
dlls/shell32/resources/blank.svg
0 → 100644
View file @
45227d13
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc=
"http://purl.org/dc/elements/1.1/"
xmlns:cc=
"http://creativecommons.org/ns#"
xmlns:rdf=
"http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg=
"http://www.w3.org/2000/svg"
xmlns=
"http://www.w3.org/2000/svg"
id=
"svg8"
version=
"1.1"
viewBox=
"0 0 632 272"
height=
"272"
width=
"632"
>
<defs
id=
"defs2"
/>
<metadata
id=
"metadata5"
>
<rdf:RDF>
<cc:Work
rdf:about=
""
>
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource=
"http://purl.org/dc/dcmitype/StillImage"
/>
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<rect
id=
"icon:256-32"
height=
"256"
width=
"256"
y=
"8"
x=
"8"
style=
"fill:none"
/>
<rect
id=
"icon:48-32"
height=
"48"
width=
"48"
y=
"220"
x=
"272"
style=
"fill:none"
/>
<rect
id=
"icon:48-8"
height=
"48"
width=
"48"
y=
"220"
x=
"328"
style=
"fill:none"
/>
<rect
id=
"icon:48-4"
height=
"48"
width=
"48"
y=
"220"
x=
"384"
style=
"fill:none"
/>
<rect
id=
"icon:32-32"
height=
"32"
width=
"32"
y=
"236"
x=
"440"
style=
"fill:none"
/>
<rect
id=
"icon:32-8"
height=
"32"
width=
"32"
y=
"236"
x=
"480"
style=
"fill:none"
/>
<rect
id=
"icon:32-4"
height=
"32"
width=
"32"
y=
"236"
x=
"520"
style=
"fill:none"
/>
<rect
id=
"icon:16-32"
height=
"16"
width=
"16"
y=
"252"
x=
"560"
style=
"fill:none"
/>
<rect
id=
"icon:16-8"
height=
"16"
width=
"16"
y=
"252"
x=
"584"
style=
"fill:none"
/>
<rect
id=
"icon:16-32"
height=
"16"
width=
"16"
y=
"252"
x=
"608"
style=
"fill:none"
/>
</svg>
dlls/shell32/shell32.rc
View file @
45227d13
...
...
@@ -572,6 +572,18 @@ IDI_SHELL_RIGHTS ICON resources/lock.ico
/* @makedep: resources/shut_down.ico */
IDI_SHELL_CONFIRM_SHUTDOWN ICON resources/shut_down.ico
/* @makedep: resources/blank.ico */
IDI_SHELL_BLANK1 ICON resources/blank.ico
/* @makedep: resources/blank.ico */
IDI_SHELL_BLANK2 ICON resources/blank.ico
/* @makedep: resources/blank.ico */
IDI_SHELL_BLANK3 ICON resources/blank.ico
/* @makedep: resources/blank.ico */
IDI_SHELL_BLANK4 ICON resources/blank.ico
/* @makedep: resources/trash_file.ico */
IDI_SHELL_TRASH_FILE ICON resources/trash_file.ico
...
...
dlls/shell32/shresdef.h
View file @
45227d13
...
...
@@ -218,6 +218,10 @@
#define IDI_SHELL_UPDATE 47
#define IDI_SHELL_RIGHTS 48
#define IDI_SHELL_CONFIRM_SHUTDOWN 49
#define IDI_SHELL_BLANK1 50
#define IDI_SHELL_BLANK2 51
#define IDI_SHELL_BLANK3 52
#define IDI_SHELL_BLANK4 53
#define IDI_SHELL_REMOTE_PRINTER 140
#define IDI_SHELL_TO_FILE_PRINTER 141
#define IDI_SHELL_TRASH_FILE 142
...
...
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