1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00
vlc/modules/gui/skins2
Alexandre Janniaux 2828c95004 skins2: vlcproc: use lambda to static initialize cbs
The callbacks needed to be defined with the correct order and without
oversight since C++14 doesn't support designated initializer. But
vlc_player and playlist callbacks are all optional and there's no point
in having such constraint for C++ code. Use a static lambda initializer
with an initial zero-initializer to circumvent this limitation.
2021-07-14 17:57:42 +00:00
..
commands thread: remove vlc_cond_destroy() 2020-02-21 19:17:53 +02:00
controls skins2: fix variable shadowing 2021-06-27 20:24:34 +00:00
events remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
os2 os2: use the S_ISDIR() instead of check the bit(s) directly 2019-07-15 13:54:09 +02:00
parser remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
src skins2: vlcproc: use lambda to static initialize cbs 2021-07-14 17:57:42 +00:00
utils skins2: kill compilation warning 2019-09-22 12:21:00 +02:00
vars skins2: support new playlist/player implementations 2019-07-06 18:49:42 +02:00
win32 skins2(Windows): fix mouse input no longer working for skins2 2020-09-01 15:34:10 +02:00
x11 vlc_tick: add MIN and MAX constants 2021-07-10 14:26:56 +00:00
Makefile.am skins2: undo makefile recursion 2017-01-22 16:52:42 +02:00