remove comma at end of enumerator list from 9bbea3b66376

This commit is contained in:
Karl Tomlinson 2008-07-08 14:37:41 +12:00
Родитель 8da8155021
Коммит b4b8803c3b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -85,7 +85,7 @@ public:
// If set, then the Screen 'screen' in the callback can be different
// from the default Screen of the display passed to 'Draw' and can be
// on a different display.
DRAW_SUPPORTS_ALTERNATE_SCREEN = 0x20,
DRAW_SUPPORTS_ALTERNATE_SCREEN = 0x20
};
struct DrawOutput {