mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
parent
c8c354d1e6
commit
37ff9e1e23
@ -44,6 +44,11 @@ struct Sculpt::Nic_target : Noncopyable
|
||||
*/
|
||||
Type manual_type { UNDEFINED };
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*/
|
||||
Nic_target() { }
|
||||
|
||||
/**
|
||||
* Return currently active NIC target type
|
||||
*
|
||||
|
@ -23,6 +23,8 @@ struct Sculpt::Popup : Noncopyable
|
||||
{
|
||||
enum State { OFF, VISIBLE } state { OFF };
|
||||
|
||||
Popup() { }
|
||||
|
||||
Rect anchor { };
|
||||
|
||||
void toggle() { state = (state == OFF) ? VISIBLE : OFF; }
|
||||
|
Loading…
Reference in New Issue
Block a user