scummvm/backends
Max Horn 5b626533cd Change CHECK_GL_ERROR to not take a 'call statement' as parameter
Passing a 'call statement' to CHECK_GL_ERROR has various issues.
For once, it confuses code parsers in many editors and other
tools that work with C++ source directly.
Moreover, this can lead to subtle bugs if a mistake is
made with the definition of CHECK_GL_ERROR.
It also causes incorrect warnings if CHECK_GL_ERROR is
used with an "empty" call statement.

svn-id: r51050
2010-07-20 07:10:25 +00:00
..
audiocd Cleanup and documentation. 2010-07-03 00:13:45 +00:00
events SDL: Hack to handle special SDL events. 2010-07-19 05:33:58 +00:00
fs DS: Fix some quirks in the NDS build system, remove some dead code 2010-07-07 23:22:53 +00:00
graphics Change CHECK_GL_ERROR to not take a 'call statement' as parameter 2010-07-20 07:10:25 +00:00
keymapper Keymapper: sync with recent GUI changes. 2010-06-15 11:02:42 +00:00
midi Skip /dev/sequencer MIDI on Android. 2010-07-05 00:09:41 +00:00
mixer Cleanup and documentation. 2010-07-03 00:13:45 +00:00
mutex Cleanup and documentation. 2010-07-03 00:13:45 +00:00
platform SDL: Hack to handle special SDL events. 2010-07-19 05:33:58 +00:00
plugins Define WIN32_LEAN_AND_MEAN before including windows.h. 2010-06-26 21:55:52 +00:00
saves Convert some occurences of StringList to StringArray; 2010-03-18 15:44:59 +00:00
timer Cleanup and documentation. 2010-07-03 00:13:45 +00:00
vkeybd enable reading ZIP archives even without USE_ZLIB 2010-06-29 06:38:00 +00:00
base-backend.cpp Renamed getAudioCD to getAudioCDManager. 2010-06-15 04:13:12 +00:00
base-backend.h Renamed getAudioCD to getAudioCDManager. 2010-06-15 04:13:12 +00:00
modular-backend.cpp Merged from trunk, from Rev 49499 to HEAD 2010-07-13 04:31:15 +00:00
modular-backend.h Merged from trunk, from Rev 49499 to HEAD 2010-07-13 04:31:15 +00:00
module.mk Merged from trunk, from Rev 49499 to HEAD 2010-07-13 04:31:15 +00:00