branch | GCC_SURGE |
changeset 51 | 525c140ec8db |
parent 36 | 6481344a6d67 |
38:c9962d0368d9 | 51:525c140ec8db |
---|---|
28 /** The TV change type notifications */ |
28 /** The TV change type notifications */ |
29 enum TTvChangeType |
29 enum TTvChangeType |
30 { |
30 { |
31 ETvConnectionChanged = 0, |
31 ETvConnectionChanged = 0, |
32 ETvDisplayIsVisible, |
32 ETvDisplayIsVisible, |
33 ETvDisplayNotVisible |
33 ETvDisplayNotVisible, |
34 EDisconnected |
|
34 }; |
35 }; |
35 |
36 |
36 /** TV size constants */ |
37 /** TV size constants */ |
37 namespace glxTvOut |
38 namespace glxTvOut |
38 { |
39 { |