fixes build for beos
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15958 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
7f781bfbf2
commit
79a3f78fb5
@ -12,7 +12,7 @@ Preference ScreenSaver :
|
||||
PreviewView.cpp
|
||||
MouseAreaView.cpp
|
||||
ScreenSaver.cpp
|
||||
: libtracker.so libscreensaver.so be $(TARGET_LIBSTDC++)
|
||||
: tracker libscreensaver.so be $(TARGET_LIBSTDC++)
|
||||
: ScreenSaver.rdef
|
||||
;
|
||||
|
||||
|
@ -4,11 +4,12 @@
|
||||
*
|
||||
* Authors:
|
||||
* Michael Phipps
|
||||
* Jérôme Duval, jerome.duval@free.fr
|
||||
* Jérôme Duval, jerome.duval@free.fr
|
||||
*/
|
||||
|
||||
#include "PasswordWindow.h"
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <Alert.h>
|
||||
#include <Box.h>
|
||||
#include <RadioButton.h>
|
||||
|
@ -9,11 +9,12 @@
|
||||
#ifndef PASSWORDWINDOW_H
|
||||
#define PASSWORDWINDOW_H
|
||||
|
||||
#include <Window.h>
|
||||
#include <String.h>
|
||||
#include <TextControl.h>
|
||||
#include <Button.h>
|
||||
#include <Constants.h>
|
||||
#include <RadioButton.h>
|
||||
#include <String.h>
|
||||
#include <TextControl.h>
|
||||
#include <Window.h>
|
||||
#include "ScreenSaverPrefs.h"
|
||||
|
||||
class PasswordWindow : public BWindow
|
||||
|
@ -9,7 +9,7 @@
|
||||
#ifndef __SCREENSAVERITEM_H__
|
||||
#define __SCREENSAVERITEM_H__
|
||||
|
||||
#include <StringItem.h>
|
||||
#include <ListItem.h>
|
||||
#include <String.h>
|
||||
#include <Entry.h>
|
||||
|
||||
|
@ -4,13 +4,17 @@
|
||||
*
|
||||
* Authors:
|
||||
* Michael Phipps
|
||||
* Jérôme Duval, jerome.duval@free.fr
|
||||
* Jérôme Duval, jerome.duval@free.fr
|
||||
*/
|
||||
|
||||
#ifndef _ScreenSaverWindow_H
|
||||
#define _ScreenSaverWindow_H
|
||||
#include <Box.h>
|
||||
#include <CheckBox.h>
|
||||
#include <FilePanel.h>
|
||||
#include <Slider.h>
|
||||
#include <ListView.h>
|
||||
#include <StringView.h>
|
||||
#include "PasswordWindow.h"
|
||||
#include "ScreenSaverPrefs.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user