view loader/drv.h @ 33948:8a76f05418f9

Change repositioning of the normal size video window. Move the window to the x and y "skin position", i.e. back to where it came from rather than recalculating x and y from the current video window size. This prevents unwanted window position changes.
author ib
date Thu, 01 Sep 2011 17:31:46 +0000
parents ff7b06c867cd
children
line wrap: on
line source

/*
 * Modified for use with MPlayer, detailed changelog at
 * http://svn.mplayerhq.hu/mplayer/trunk/
 */

#ifndef MPLAYER_DRV_H
#define MPLAYER_DRV_H

#include "wine/windef.h"
#include "wine/driver.h"

void CodecAlloc(void);
void CodecRelease(void);

HDRVR DrvOpen(LPARAM lParam2);
void DrvClose(HDRVR hdrvr);

#endif /* MPLAYER_DRV_H */