(svn r27775) -Fix [FS#6510]: Insufficient thread synchronisation when switching blitters. (JGR)

This commit is contained in:
frosch
2017-03-11 13:05:54 +00:00
parent d5f82bf55b
commit b1fe837b8e
6 changed files with 47 additions and 5 deletions

View File

@@ -31,6 +31,10 @@ public:
/* virtual */ bool AfterBlitterChange();
/* virtual */ void AcquireBlitterLock();
/* virtual */ void ReleaseBlitterLock();
/* virtual */ bool ClaimMousePointer();
/* virtual */ const char *GetName() const { return "sdl"; }