annotate gui/mplayer/pixmaps/empty1px.xpm @ 25661:293aeec83153

Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" with an almost-trivial implementation. This allows making the builtin codec structs const, and it also makes clearer that this "selected" status is not used outside the init functions.
author reimar
date Sat, 12 Jan 2008 14:05:46 +0000
parents 17bf4f4b0715
children 09c3ce60f369
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23077
17bf4f4b0715 Gui --> gui
diego
parents:
diff changeset
1 /* XPM */
17bf4f4b0715 Gui --> gui
diego
parents:
diff changeset
2 static const char * empty1px_xpm[] = {
17bf4f4b0715 Gui --> gui
diego
parents:
diff changeset
3 "1 1 1 1",
17bf4f4b0715 Gui --> gui
diego
parents:
diff changeset
4 " c None",
17bf4f4b0715 Gui --> gui
diego
parents:
diff changeset
5 " "};