mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
NowPlayingPlugin:
- Added interface to receive MSN/Windows Live Messenger 'Listening to' notifications sent by various players (e.g Media Player Classic) - Changes to CAD interface to allow proper supports for players other than MusicBee (e.g. VLC) - Fixed crash when using the WinAmp interface in multiple skins
This commit is contained in:
@ -16,8 +16,8 @@
|
||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifndef __PLAYERIPC_H__
|
||||
#define __PLAYERIPC_H__
|
||||
#ifndef __PLAYERCAD_H__
|
||||
#define __PLAYERCAD_H__
|
||||
|
||||
#include "Player.h"
|
||||
|
||||
@ -50,8 +50,8 @@ private:
|
||||
static LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
|
||||
|
||||
bool m_HasCoverMeasure;
|
||||
HWND m_Window; // Our reciever window
|
||||
HWND m_PlayerWindow; // CAD receiver window
|
||||
HWND m_Window;
|
||||
HWND m_PlayerWindow;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user