Dmitry Timoshkov : shell32: Add bitmap resources for ids 133 and 134.

Alexandre Julliard julliard at winehq.org
Wed Oct 24 15:13:54 CDT 2018


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

Author: Dmitry Timoshkov <dmitry at baikal.ru>
Date:   Wed Oct 24 15:28:10 2018 +0300

shell32: Add bitmap resources for ids 133 and 134.

Signed-off-by: Dmitry Timoshkov <dmitry at baikal.ru>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/shell32/resources/idb_sort_decr.bmp | Bin 0 -> 838 bytes
 dlls/shell32/resources/idb_sort_incr.bmp | Bin 0 -> 838 bytes
 dlls/shell32/shell32.rc                  |   6 ++++++
 dlls/shell32/shresdef.h                  |   3 +++
 4 files changed, 9 insertions(+)

diff --git a/dlls/shell32/resources/idb_sort_decr.bmp b/dlls/shell32/resources/idb_sort_decr.bmp
new file mode 100644
index 0000000..6956552
Binary files /dev/null and b/dlls/shell32/resources/idb_sort_decr.bmp differ
diff --git a/dlls/shell32/resources/idb_sort_incr.bmp b/dlls/shell32/resources/idb_sort_incr.bmp
new file mode 100644
index 0000000..0d9b6a2
Binary files /dev/null and b/dlls/shell32/resources/idb_sort_incr.bmp differ
diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index 5c11590..46f0b6f 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -1064,6 +1064,12 @@ IDI_SHELL_RESTRICTED2 ICON resources/restricted.ico
 /* @makedep: resources/internet.ico */
 IDI_SHELL_WEB_BROWSER ICON resources/internet.ico
 
+/* @makedep: resources/idb_sort_incr.bmp */
+IDB_SORT_INCR BITMAP resources/idb_sort_incr.bmp
+
+/* @makedep: resources/idb_sort_decr.bmp */
+IDB_SORT_DECR BITMAP resources/idb_sort_decr.bmp
+
 /* @makedep: resources/idb_tb_large.bmp */
 IDB_TB_LARGE_LIGHT BITMAP resources/idb_tb_large.bmp
 
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index 16c9293..92185d6 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -424,6 +424,9 @@ FIXME: Need to add them, but for now just let them use the same: searching.avi
 #define IDC_FPROP_ARCHIVE           13021
 
 /* bitmaps */
+#define IDB_SORT_INCR           133
+#define IDB_SORT_DECR           134
+
 /* explorer toolbar icons
  * FIXME: images are hacky and should be re-drawn; also dark and light bitmaps are same for now
  */




More information about the wine-cvs mailing list