summaryrefslogtreecommitdiffstats
path: root/gui/win32/interface.c
Commit message (Collapse)AuthorAgeFilesLines
* Better handling of win32 GUI thread:zuxy2007-11-111-6/+8
| | | | | | | | | | | 1. Use _beginthreadex to create the GUI thread to avoid possible memory leak when linked to MS CRT. 2. Terminate the GUI thread in an cleaner way using PostThreadMessage() rather than the unrecommended TerminateThread(). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25020 b3059339-0415-0410-9bf9-f77b7e298cf2
* add missing case value, fixes functionality when using some skins.vayne2007-04-281-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23166 b3059339-0415-0410-9bf9-f77b7e298cf2
* compilation fix for disabling dvd functionality, patch by <bangbangbear at ↵vayne2007-04-281-0/+2
| | | | | | gmail dot com>, slightly modified by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23165 b3059339-0415-0410-9bf9-f77b7e298cf2
* header / declarations cleanup, also fixes broken compilation.vayne2007-04-261-11/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23141 b3059339-0415-0410-9bf9-f77b7e298cf2
* Consistently use quotes instead of angled brackets in #includediego2007-04-251-14/+15
| | | | | | | statements for non-system headers. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23109 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use proper GPL header.diego2007-04-231-19/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23097 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling cosmeticsdiego2007-04-231-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23096 b3059339-0415-0410-9bf9-f77b7e298cf2
* Gui --> guidiego2007-04-231-0/+952
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23095 b3059339-0415-0410-9bf9-f77b7e298cf2