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:
Jérôme Duval
2006-01-15 22:02:46 +00:00
parent 7f781bfbf2
commit 79a3f78fb5
5 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ Preference ScreenSaver :
PreviewView.cpp PreviewView.cpp
MouseAreaView.cpp MouseAreaView.cpp
ScreenSaver.cpp ScreenSaver.cpp
: libtracker.so libscreensaver.so be $(TARGET_LIBSTDC++) : tracker libscreensaver.so be $(TARGET_LIBSTDC++)
: ScreenSaver.rdef : ScreenSaver.rdef
; ;
@@ -4,11 +4,12 @@
* *
* Authors: * Authors:
* Michael Phipps * Michael Phipps
* Jérôme Duval, [email protected] * Jérôme Duval, [email protected]
*/ */
#include "PasswordWindow.h" #include "PasswordWindow.h"
#include <stdio.h> #include <stdio.h>
#include <unistd.h>
#include <Alert.h> #include <Alert.h>
#include <Box.h> #include <Box.h>
#include <RadioButton.h> #include <RadioButton.h>
+4 -3
View File
@@ -9,11 +9,12 @@
#ifndef PASSWORDWINDOW_H #ifndef PASSWORDWINDOW_H
#define PASSWORDWINDOW_H #define PASSWORDWINDOW_H
#include <Window.h>
#include <String.h>
#include <TextControl.h>
#include <Button.h> #include <Button.h>
#include <Constants.h> #include <Constants.h>
#include <RadioButton.h>
#include <String.h>
#include <TextControl.h>
#include <Window.h>
#include "ScreenSaverPrefs.h" #include "ScreenSaverPrefs.h"
class PasswordWindow : public BWindow class PasswordWindow : public BWindow
@@ -9,7 +9,7 @@
#ifndef __SCREENSAVERITEM_H__ #ifndef __SCREENSAVERITEM_H__
#define __SCREENSAVERITEM_H__ #define __SCREENSAVERITEM_H__
#include <StringItem.h> #include <ListItem.h>
#include <String.h> #include <String.h>
#include <Entry.h> #include <Entry.h>
@@ -4,13 +4,17 @@
* *
* Authors: * Authors:
* Michael Phipps * Michael Phipps
* Jérôme Duval, [email protected] * Jérôme Duval, [email protected]
*/ */
#ifndef _ScreenSaverWindow_H #ifndef _ScreenSaverWindow_H
#define _ScreenSaverWindow_H #define _ScreenSaverWindow_H
#include <Box.h>
#include <CheckBox.h> #include <CheckBox.h>
#include <FilePanel.h> #include <FilePanel.h>
#include <Slider.h>
#include <ListView.h>
#include <StringView.h>
#include "PasswordWindow.h" #include "PasswordWindow.h"
#include "ScreenSaverPrefs.h" #include "ScreenSaverPrefs.h"