[vlc-commits] vout: win32: remove unused defines
Steve Lhomme
git at videolan.org
Fri Jan 27 10:56:43 CET 2017
vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Thu Jan 26 15:16:33 2017 +0100| [6911ebd6158eea53dd8645d234c2ae94b24dddc1] | committer: Jean-Baptiste Kempf
vout: win32: remove unused defines
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6911ebd6158eea53dd8645d234c2ae94b24dddc1
---
modules/video_output/win32/common.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/modules/video_output/win32/common.h b/modules/video_output/win32/common.h
index 5d73bca..c8e2b37 100644
--- a/modules/video_output/win32/common.h
+++ b/modules/video_output/win32/common.h
@@ -290,5 +290,3 @@ picture_pool_t *CommonPool(vout_display_t *, unsigned);
*****************************************************************************/
#define IDM_TOGGLE_ON_TOP WM_USER + 1
#define DX_POSITION_CHANGE 0x1000
-#define DX_WALLPAPER_CHANGE 0x2000
-#define DX_DESKTOP_CHANGE 0x4000
More information about the vlc-commits
mailing list