Updated the AlbumReportOption enum.

This commit is contained in:
yellows8 2019-09-08 20:11:56 -04:00
parent 297f84c912
commit 76e86a9a80
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -19,10 +19,8 @@ typedef enum {
/// AlbumReportOption
typedef enum {
AlbumReportOption_Unknown0 = 0, ///< Unknown.
AlbumReportOption_Unknown1 = 1, ///< Unknown.
AlbumReportOption_Unknown2 = 2, ///< Unknown.
AlbumReportOption_Unknown3 = 3, ///< Unknown.
AlbumReportOption_Disable = 0, ///< Don't display the screenshot-taken Overlay-applet notification.
AlbumReportOption_Enable = 1, ///< Display the screenshot-taken Overlay notification.
} AlbumReportOption;
/// ContentType