I decided to copy different user32 bitmaps and rotate them by 90 degrees, this version looks much better IMO.
This patch makes an application that uses these bitmaps in its own dialogs work.
Signed-off-by: Dmitry Timoshkov dmitry@baikal.ru --- 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(+) create mode 100644 dlls/shell32/resources/idb_sort_decr.bmp create mode 100644 dlls/shell32/resources/idb_sort_incr.bmp
diff --git a/dlls/shell32/resources/idb_sort_decr.bmp b/dlls/shell32/resources/idb_sort_decr.bmp new file mode 100644 index 0000000000000000000000000000000000000000..69565521015f3440c10196221bfda29a9cc531b4 GIT binary patch literal 838 zcmZ?rbz^1#12Z700mOVz%*dbsWHB%Z0Of_bAs8$GBu-tq@_!`Ylb0_O^d~WDfI;>j pgh>fAm>w8Sj9!>pbQ+&tbhYSwY<fX{CI(~EI~c@>i8E5%2>|bvb5;NV
literal 0 HcmV?d00001
diff --git a/dlls/shell32/resources/idb_sort_incr.bmp b/dlls/shell32/resources/idb_sort_incr.bmp new file mode 100644 index 0000000000000000000000000000000000000000..0d9b6a20646e5da62e5474f8e4cee61b4437406d GIT binary patch literal 838 zcmZ?rbz^1#12Z700mOVz%*dbsWHB%Z0Of_bAs8$GBu-tq@}FAx<mJm$GmBbof|&zy w8!;HB9+?IP(|>#zSuHvnmp*iL*!bvrv8ll&2Gfg69wtsqoDri2X5LVz0UD!oRsaA1
literal 0 HcmV?d00001
diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc index 5c11590d7c..46f0b6f12d 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 16c92936ab..92185d637e 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 */