Screensaver: Update Default Settings View to use Layout
and standard insets so that they match other screen savers
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user