Firstbootprompt: remove flags from languages.
http://www.flagsarenotlanguages.com Add some other icons to make the window a bit more spicy as suggested by Axel. Change-Id: I859cefc7f5cb99f9a5465902c9d471f0b9857b71 Reviewed-on: https://review.haiku-os.org/c/haiku/+/2527 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
a03ed4fa08
commit
5c2709cdd5
@@ -1,5 +1,11 @@
|
||||
// Author: Michael Wilber
|
||||
// Copyright (C) Haiku, uses the MIT license
|
||||
/*
|
||||
* Copyright 2004-2020, Haiku.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Adrien Destugues, [email protected]
|
||||
* Michael Wilber
|
||||
*/
|
||||
#ifndef ICONVIEW_H
|
||||
#define ICONVIEW_H
|
||||
|
||||
@@ -22,6 +28,8 @@ public:
|
||||
void DrawIcon(bool draw);
|
||||
status_t SetIcon(const BPath& path,
|
||||
icon_size iconSize = B_LARGE_ICON);
|
||||
status_t SetIcon(const uint8_t* hvifData, size_t size,
|
||||
icon_size iconSize = B_LARGE_ICON);
|
||||
|
||||
private:
|
||||
void _SetSize();
|
||||
|
||||
Reference in New Issue
Block a user