aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush/smush_player.h
AgeCommit message (Collapse)Author
2003-06-20init _base to 0Max Horn
svn-id: r8572
2003-06-18cleanup; tiny bug fix (file was opened, then opened again - not good)Max Horn
svn-id: r8539
2003-05-26Make _smushProcessFrame volatile (for multi thread access)Max Horn
svn-id: r8016
2003-04-30moved screen mutex from smush into SDL backend (other backends have to make ↵Max Horn
sure they are thread safe by themselves) svn-id: r7230
2003-03-19use a mutex to sync smush screen updates (should avoid crash caused by a ↵Max Horn
race condition) svn-id: r6837
2003-03-17few corrections for smushPaweł Kołodziejski
svn-id: r6827
2003-03-17moved backend update_screen() (slooolest thing) from smush updateScreen() ↵Paweł Kołodziejski
into main loop switching scalers also works now svn-id: r6826
2003-03-17reorg/clenup, changed main loop in smush codePaweł Kołodziejski
svn-id: r6817