Screensaver: Update Default Settings View to use Layout

and standard insets so that they match other screen savers
This commit is contained in:
John Scipione
2016-04-13 15:50:30 -07:00
parent 63d59e1081
commit 3801c37b90
2 changed files with 28 additions and 22 deletions
@@ -1,22 +1,24 @@
/*
* Copyright 2009, Haiku.
* Copyright 2009 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Ryan Leavengood, [email protected]
*/
#ifndef BUILD_SCREEN_SAVER_DEFAULT_SETTINGS_VIEW
#define BUILD_SCREEN_SAVER_DEFAULT_SETTINGS_VIEW
#ifndef _BUILD_SCREEN_SAVER_DEFAULT_SETTINGS_VIEW_H
#define _BUILD_SCREEN_SAVER_DEFAULT_SETTINGS_VIEW_H
class BView;
namespace BPrivate {
void BuildScreenSaverDefaultSettingsView(BView* view, const char* moduleName, const char* info);
void
BuildScreenSaverDefaultSettingsView(BView* view, const char* moduleName,
const char* info);
}
} // namespace BPrivate
#endif // BUILD_SCREEN_SAVER_DEFAULT_SETTINGS_VIEW
#endif // _BUILD_SCREEN_SAVER_DEFAULT_SETTINGS_VIEW_H