[vlc-commits] Win32: added bitmap for switch to fullscreen mode button
Sergey Radionov
git at videolan.org
Fri Jan 13 12:01:04 CET 2012
npapi-vlc | branch: master | Sergey Radionov <RSATom at gmail.com> | Mon Jan 9 10:08:46 2012 +0700| [595704a572f3375bbe3bedee00ee354b205ed094] | committer: Jean-Baptiste Kempf
Win32: added bitmap for switch to fullscreen mode button
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=595704a572f3375bbe3bedee00ee354b205ed094
---
activex/Makefile.am | 1 +
activex/axvlc_rc.rc.in | 1 +
npapi/npvlc_rc.rc.in | 1 +
share/pixmaps/win32/fullscreen.bmp | Bin 0 -> 822 bytes
4 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/activex/Makefile.am b/activex/Makefile.am
index e0a7cb9..9e9e7d6 100644
--- a/activex/Makefile.am
+++ b/activex/Makefile.am
@@ -18,6 +18,7 @@ DIST_misc = \
axvlc.tlb \
inplace.bmp \
vlc16x16.bmp \
+ ../share/pixmaps/win32/fullscreen.bmp \
../share/pixmaps/win32/defullscreen.bmp \
../share/pixmaps/win32/pixmaps/play.bmp \
../share/pixmaps/win32/pixmaps/pause.bmp \
diff --git a/activex/axvlc_rc.rc.in b/activex/axvlc_rc.rc.in
index 7fc4e24..1a456fe 100644
--- a/activex/axvlc_rc.rc.in
+++ b/activex/axvlc_rc.rc.in
@@ -38,6 +38,7 @@ END
6 BITMAP DISCARDABLE "../share/pixmaps/win32/volume.bmp"
7 BITMAP DISCARDABLE "../share/pixmaps/win32/volume-muted.bmp"
8 ICON DISCARDABLE "../share/pixmaps/win32/vlc.ico"
+9 BITMAP DISCARDABLE "../share/pixmaps/win32/fullscreen.bmp"
1 TYPELIB "axvlc.tlb"
diff --git a/npapi/npvlc_rc.rc.in b/npapi/npvlc_rc.rc.in
index 5f45047..e423c1b 100644
--- a/npapi/npvlc_rc.rc.in
+++ b/npapi/npvlc_rc.rc.in
@@ -49,3 +49,4 @@ END
6 BITMAP DISCARDABLE "../share/pixmaps/win32/volume.bmp"
7 BITMAP DISCARDABLE "../share/pixmaps/win32/volume-muted.bmp"
8 ICON DISCARDABLE "../share/pixmaps/win32/vlc.ico"
+9 BITMAP DISCARDABLE "../share/pixmaps/win32/fullscreen.bmp"
diff --git a/share/pixmaps/win32/fullscreen.bmp b/share/pixmaps/win32/fullscreen.bmp
new file mode 100644
index 0000000..33dc47f
Binary files /dev/null and b/share/pixmaps/win32/fullscreen.bmp differ
More information about the vlc-commits
mailing list