[nostalgia/studio] Update generated icondata.cpp with Clang fix
All checks were successful
Build / build (push) Successful in 1m26s
All checks were successful
Build / build (push) Successful in 1m26s
This commit is contained in:
parent
2503bb3b2c
commit
b8d7658626
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
namespace studio {
|
namespace studio {
|
||||||
|
|
||||||
static constexpr ox::Array<uint8_t, 134> WindowIcon16Data {
|
static const ox::Array<uint8_t, 134> WindowIcon16Data {
|
||||||
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00,
|
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00,
|
||||||
0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x10,
|
0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x10,
|
||||||
0x00, 0x00, 0x00, 0x10, 0x02, 0x03, 0x00, 0x00, 0x00, 0x62,
|
0x00, 0x00, 0x00, 0x10, 0x02, 0x03, 0x00, 0x00, 0x00, 0x62,
|
||||||
@ -24,7 +24,7 @@ static constexpr ox::Array<uint8_t, 134> WindowIcon16Data {
|
|||||||
|
|
||||||
ox::SpanView<uint8_t> WindowIcon16() noexcept { return WindowIcon16Data; }
|
ox::SpanView<uint8_t> WindowIcon16() noexcept { return WindowIcon16Data; }
|
||||||
|
|
||||||
static constexpr ox::Array<uint8_t, 149> WindowIcon24Data {
|
static const ox::Array<uint8_t, 149> WindowIcon24Data {
|
||||||
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00,
|
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00,
|
||||||
0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x18,
|
0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x18,
|
||||||
0x00, 0x00, 0x00, 0x18, 0x02, 0x03, 0x00, 0x00, 0x00, 0x9d,
|
0x00, 0x00, 0x00, 0x18, 0x02, 0x03, 0x00, 0x00, 0x00, 0x9d,
|
||||||
@ -44,7 +44,7 @@ static constexpr ox::Array<uint8_t, 149> WindowIcon24Data {
|
|||||||
|
|
||||||
ox::SpanView<uint8_t> WindowIcon24() noexcept { return WindowIcon24Data; }
|
ox::SpanView<uint8_t> WindowIcon24() noexcept { return WindowIcon24Data; }
|
||||||
|
|
||||||
static constexpr ox::Array<uint8_t, 4249> WindowIcon32Data {
|
static const ox::Array<uint8_t, 4249> WindowIcon32Data {
|
||||||
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00,
|
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00,
|
||||||
0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x20,
|
0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x20,
|
||||||
0x00, 0x00, 0x00, 0x20, 0x02, 0x03, 0x00, 0x00, 0x00, 0x0e,
|
0x00, 0x00, 0x00, 0x20, 0x02, 0x03, 0x00, 0x00, 0x00, 0x0e,
|
||||||
@ -474,7 +474,7 @@ static constexpr ox::Array<uint8_t, 4249> WindowIcon32Data {
|
|||||||
|
|
||||||
ox::SpanView<uint8_t> WindowIcon32() noexcept { return WindowIcon32Data; }
|
ox::SpanView<uint8_t> WindowIcon32() noexcept { return WindowIcon32Data; }
|
||||||
|
|
||||||
static constexpr ox::Array<uint8_t, 334> WindowIcon40Data {
|
static const ox::Array<uint8_t, 334> WindowIcon40Data {
|
||||||
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00,
|
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00,
|
||||||
0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x28,
|
0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x28,
|
||||||
0x00, 0x00, 0x00, 0x28, 0x08, 0x03, 0x00, 0x00, 0x00, 0xbb,
|
0x00, 0x00, 0x00, 0x28, 0x08, 0x03, 0x00, 0x00, 0x00, 0xbb,
|
||||||
@ -513,7 +513,7 @@ static constexpr ox::Array<uint8_t, 334> WindowIcon40Data {
|
|||||||
|
|
||||||
ox::SpanView<uint8_t> WindowIcon40() noexcept { return WindowIcon40Data; }
|
ox::SpanView<uint8_t> WindowIcon40() noexcept { return WindowIcon40Data; }
|
||||||
|
|
||||||
static constexpr ox::Array<uint8_t, 163> WindowIcon48Data {
|
static const ox::Array<uint8_t, 163> WindowIcon48Data {
|
||||||
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00,
|
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00,
|
||||||
0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x30,
|
0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x30,
|
||||||
0x00, 0x00, 0x00, 0x30, 0x02, 0x03, 0x00, 0x00, 0x00, 0x2a,
|
0x00, 0x00, 0x00, 0x30, 0x02, 0x03, 0x00, 0x00, 0x00, 0x2a,
|
||||||
@ -535,7 +535,7 @@ static constexpr ox::Array<uint8_t, 163> WindowIcon48Data {
|
|||||||
|
|
||||||
ox::SpanView<uint8_t> WindowIcon48() noexcept { return WindowIcon48Data; }
|
ox::SpanView<uint8_t> WindowIcon48() noexcept { return WindowIcon48Data; }
|
||||||
|
|
||||||
static constexpr ox::Array<uint8_t, 8148> WindowIcon128Data {
|
static const ox::Array<uint8_t, 8148> WindowIcon128Data {
|
||||||
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00,
|
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00,
|
||||||
0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80,
|
0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80,
|
||||||
0x00, 0x00, 0x00, 0x80, 0x02, 0x03, 0x00, 0x00, 0x00, 0xbe,
|
0x00, 0x00, 0x00, 0x80, 0x02, 0x03, 0x00, 0x00, 0x00, 0xbe,
|
||||||
@ -1355,7 +1355,7 @@ static constexpr ox::Array<uint8_t, 8148> WindowIcon128Data {
|
|||||||
|
|
||||||
ox::SpanView<uint8_t> WindowIcon128() noexcept { return WindowIcon128Data; }
|
ox::SpanView<uint8_t> WindowIcon128() noexcept { return WindowIcon128Data; }
|
||||||
|
|
||||||
static constexpr ox::Array<uint8_t, 275> WindowIcon264Data {
|
static const ox::Array<uint8_t, 275> WindowIcon264Data {
|
||||||
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00,
|
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00,
|
||||||
0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x01, 0x08,
|
0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x01, 0x08,
|
||||||
0x00, 0x00, 0x01, 0x08, 0x02, 0x03, 0x00, 0x00, 0x00, 0xde,
|
0x00, 0x00, 0x01, 0x08, 0x02, 0x03, 0x00, 0x00, 0x00, 0xde,
|
||||||
@ -1388,7 +1388,7 @@ static constexpr ox::Array<uint8_t, 275> WindowIcon264Data {
|
|||||||
|
|
||||||
ox::SpanView<uint8_t> WindowIcon264() noexcept { return WindowIcon264Data; }
|
ox::SpanView<uint8_t> WindowIcon264() noexcept { return WindowIcon264Data; }
|
||||||
|
|
||||||
static constexpr ox::Array<uint8_t, 851> WindowIcon1080Data {
|
static const ox::Array<uint8_t, 851> WindowIcon1080Data {
|
||||||
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00,
|
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00,
|
||||||
0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x03, 0x48,
|
0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x03, 0x48,
|
||||||
0x00, 0x00, 0x03, 0x48, 0x02, 0x03, 0x00, 0x00, 0x00, 0x80,
|
0x00, 0x00, 0x03, 0x48, 0x02, 0x03, 0x00, 0x00, 0x00, 0x80,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user