Skip to content

Commit

Permalink
options: remove compatibility definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper93 committed Jun 6, 2024
1 parent dece69d commit c9b8433
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions options/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,18 +198,6 @@ static const m_option_t mp_vo_opt_list[] = {
{"photo", 1}, {"video", 2}, {"game", 3})},
#endif
#if HAVE_WIN32_DESKTOP
// For old MinGW-w64 compatibility
#define DWMWCP_DEFAULT 0
#define DWMWCP_DONOTROUND 1
#define DWMWCP_ROUND 2
#define DWMWCP_ROUNDSMALL 3

#define DWMSBT_AUTO 0
#define DWMSBT_NONE 1
#define DWMSBT_MAINWINDOW 2
#define DWMSBT_TRANSIENTWINDOW 3
#define DWMSBT_TABBEDWINDOW 4

{"backdrop-type", OPT_CHOICE(backdrop_type, {"auto", DWMSBT_AUTO}, {"none", DWMSBT_NONE},
{"mica", DWMSBT_MAINWINDOW}, {"acrylic", DWMSBT_TRANSIENTWINDOW}, {"mica-alt", DWMSBT_TABBEDWINDOW})},
{"window-affinity", OPT_CHOICE(window_affinity, {"default", WDA_NONE},
Expand Down

0 comments on commit c9b8433

Please sign in to comment.