remove comma at end of enumerator list from 9bbea3b66376

This commit is contained in:
Karl Tomlinson 2008-07-08 14:37:41 +12:00
parent bb5ad136ed
commit 6e807c340d

View File

@ -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 {