make defining screens with main window type as non-pointer possible
This commit is contained in:
@@ -30,6 +30,8 @@ namespace NC {//
|
||||
/// supports scrolling if the amount of it is bigger than the window area.
|
||||
struct Scrollpad: public Window
|
||||
{
|
||||
Scrollpad() { }
|
||||
|
||||
/// Constructs an empty scrollpad with given parameters
|
||||
/// @param startx X position of left upper corner of constructed window
|
||||
/// @param starty Y position of left upper corner of constructed window
|
||||
|
||||
Reference in New Issue
Block a user