mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
a massive fix of FLTK headers inclusion;
This commit is contained in:
parent
65492f45b7
commit
e399841a6d
@ -10,14 +10,14 @@
|
||||
* See COPYING for details.
|
||||
*/
|
||||
|
||||
#include <FL/Fl.h>
|
||||
#include <FL/Fl_Window.h>
|
||||
#include <FL/Fl_Group.h>
|
||||
#include <FL/Fl_Box.h>
|
||||
#include <FL/Fl_Button.h>
|
||||
#include <FL/Fl_Text_Display.h>
|
||||
#include <FL/Fl_Text_Buffer.h>
|
||||
#include <FL/Fl_Pixmap.h>
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/Fl_Window.H>
|
||||
#include <FL/Fl_Group.H>
|
||||
#include <FL/Fl_Box.H>
|
||||
#include <FL/Fl_Button.H>
|
||||
#include <FL/Fl_Text_Display.H>
|
||||
#include <FL/Fl_Text_Buffer.H>
|
||||
#include <FL/Fl_Pixmap.H>
|
||||
|
||||
#include <edelib/Nls.h>
|
||||
#include "icons/ede.xpm"
|
||||
|
@ -22,11 +22,11 @@
|
||||
#include <edelib/Run.h>
|
||||
#include <edelib/File.h>
|
||||
|
||||
#include <FL/Fl.h>
|
||||
#include <FL/Fl_Button.h>
|
||||
#include <FL/Fl_Box.h>
|
||||
#include <FL/Fl_Shared_Image.h>
|
||||
#include <FL/fl_draw.h>
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/Fl_Button.H>
|
||||
#include <FL/Fl_Box.H>
|
||||
#include <FL/Fl_Shared_Image.H>
|
||||
#include <FL/fl_draw.H>
|
||||
|
||||
typedef edelib::list<edelib::String> StrList;
|
||||
typedef edelib::list<edelib::String>::iterator StrListIter;
|
||||
|
@ -13,9 +13,9 @@
|
||||
#include "icons/core.xpm"
|
||||
#include "CrashDialog.h"
|
||||
|
||||
#include <FL/Fl.h>
|
||||
#include <FL/Fl_Pixmap.h>
|
||||
#include <FL/Fl_File_Chooser.h>
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/Fl_Pixmap.H>
|
||||
#include <FL/Fl_File_Chooser.H>
|
||||
|
||||
#include <sys/utsname.h>
|
||||
#include <sys/types.h>
|
||||
|
@ -13,12 +13,12 @@
|
||||
#ifndef __CRASHDIALOG_H__
|
||||
#define __CRASHDIALOG_H__
|
||||
|
||||
#include <FL/Fl_Window.h>
|
||||
#include <FL/Fl_Box.h>
|
||||
#include <FL/Fl_Button.h>
|
||||
#include <FL/Fl_Pixmap.h>
|
||||
#include <FL/Fl_Text_Display.h>
|
||||
#include <FL/Fl_Text_Buffer.h>
|
||||
#include <FL/Fl_Window.H>
|
||||
#include <FL/Fl_Box.H>
|
||||
#include <FL/Fl_Button.H>
|
||||
#include <FL/Fl_Pixmap.H>
|
||||
#include <FL/Fl_Text_Display.H>
|
||||
#include <FL/Fl_Text_Buffer.H>
|
||||
|
||||
#include <edelib/String.h>
|
||||
|
||||
|
@ -10,11 +10,11 @@
|
||||
* See COPYING for details.
|
||||
*/
|
||||
|
||||
#include <FL/Fl.h>
|
||||
#include <FL/fl_draw.h>
|
||||
#include <FL/Fl_Shared_Image.h>
|
||||
#include <FL/Fl_Menu_Button.h>
|
||||
#include <FL/x.h>
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/fl_draw.H>
|
||||
#include <FL/Fl_Shared_Image.H>
|
||||
#include <FL/Fl_Menu_Button.H>
|
||||
#include <FL/x.H>
|
||||
|
||||
#include <edelib/Debug.h>
|
||||
#include <edelib/IconTheme.h>
|
||||
|
@ -13,11 +13,11 @@
|
||||
#ifndef __DESKTOPICON_H__
|
||||
#define __DESKTOPICON_H__
|
||||
|
||||
#include <FL/Fl_Widget.h>
|
||||
#include <FL/Fl_Window.h>
|
||||
#include <FL/Fl_Box.h>
|
||||
#include <FL/Fl_Button.h>
|
||||
#include <FL/Fl_Image.h>
|
||||
#include <FL/Fl_Widget.H>
|
||||
#include <FL/Fl_Window.H>
|
||||
#include <FL/Fl_Box.H>
|
||||
#include <FL/Fl_Button.H>
|
||||
#include <FL/Fl_Image.H>
|
||||
|
||||
#include <X11/Xlib.h> // Pixmap
|
||||
|
||||
|
@ -16,13 +16,13 @@
|
||||
#include <time.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <FL/Fl.h>
|
||||
#include <FL/Fl_Tabs.h>
|
||||
#include <FL/Fl_Group.h>
|
||||
#include <FL/Fl_Button.h>
|
||||
#include <FL/Fl_Input.h>
|
||||
#include <FL/Fl_Output.h>
|
||||
#include <FL/Fl_Shared_Image.h>
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/Fl_Tabs.H>
|
||||
#include <FL/Fl_Group.H>
|
||||
#include <FL/Fl_Button.H>
|
||||
#include <FL/Fl_Input.H>
|
||||
#include <FL/Fl_Output.H>
|
||||
#include <FL/Fl_Shared_Image.H>
|
||||
|
||||
#include <edelib/Nls.h>
|
||||
#include <edelib/Window.h>
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
#include "Utils.h"
|
||||
#include <X11/Xproto.h> // CARD32
|
||||
#include <FL/x.h>
|
||||
#include <FL/x.H>
|
||||
#include <edelib/Debug.h>
|
||||
|
||||
#include <string.h> // strrchr, strncpy, strlen
|
||||
|
@ -13,8 +13,8 @@
|
||||
#ifndef __UTILS_H__
|
||||
#define __UTILS_H__
|
||||
|
||||
#include <FL/Fl_Window.h>
|
||||
#include <FL/Fl_Image.h>
|
||||
#include <FL/Fl_Window.H>
|
||||
#include <FL/Fl_Image.H>
|
||||
|
||||
#include <X11/Xlib.h> // Pixmap
|
||||
|
||||
|
@ -15,10 +15,10 @@
|
||||
|
||||
#include <edelib/Debug.h>
|
||||
|
||||
#include <FL/Fl_Shared_Image.h>
|
||||
#include <FL/Fl_RGB_Image.h>
|
||||
#include <FL/fl_draw.h>
|
||||
#include <FL/x.h>
|
||||
#include <FL/Fl_Shared_Image.H>
|
||||
#include <FL/Fl_RGB_Image.H>
|
||||
#include <FL/fl_draw.H>
|
||||
#include <FL/x.H>
|
||||
|
||||
#include <string.h> // memcpy
|
||||
#include <stdlib.h> // malloc
|
||||
|
@ -13,7 +13,7 @@
|
||||
#ifndef __WALLPAPER_H__
|
||||
#define __WALLPAPER_H__
|
||||
|
||||
#include <FL/Fl_Box.h>
|
||||
#include <FL/Fl_Box.H>
|
||||
|
||||
#include <X11/Xlib.h> // XImage, Pixmap
|
||||
|
||||
|
@ -31,13 +31,13 @@
|
||||
#include <edelib/Util.h>
|
||||
#include <edelib/Nls.h>
|
||||
|
||||
#include <FL/Fl.h>
|
||||
#include <FL/x.h>
|
||||
#include <FL/fl_draw.h>
|
||||
#include <FL/Fl_Box.h>
|
||||
#include <FL/Fl_Shared_Image.h>
|
||||
#include <FL/Fl_Menu_Button.h>
|
||||
#include <FL/fl_ask.h>
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/x.H>
|
||||
#include <FL/fl_draw.H>
|
||||
#include <FL/Fl_Box.H>
|
||||
#include <FL/Fl_Shared_Image.H>
|
||||
#include <FL/Fl_Menu_Button.H>
|
||||
#include <FL/fl_ask.H>
|
||||
|
||||
#include <unistd.h> // sleep
|
||||
#include <signal.h>
|
||||
|
@ -16,11 +16,11 @@
|
||||
#ifdef USE_EDELIB_WINDOW
|
||||
#include <edelib/Window.h>
|
||||
#else
|
||||
#include <FL/Fl_Window.h>
|
||||
#include <FL/Fl_Double_Window.h>
|
||||
#include <FL/Fl_Window.H>
|
||||
#include <FL/Fl_Double_Window.H>
|
||||
#endif
|
||||
|
||||
#include <FL/Fl_Image.h>
|
||||
#include <FL/Fl_Image.H>
|
||||
|
||||
#include <edelib/String.h>
|
||||
#include <edelib/Resource.h>
|
||||
|
@ -3,8 +3,8 @@
|
||||
#include <FL/Fl_Input.H>
|
||||
#include <FL/Fl_Button.H>
|
||||
#include <FL/Fl_Box.H>
|
||||
#include <FL/fl_show_colormap.h>
|
||||
#include <FL/x.h>
|
||||
#include <FL/fl_show_colormap.H>
|
||||
#include <FL/x.H>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
#include "Background.h"
|
||||
#include <FL/Fl_Shared_Image.h>
|
||||
#include <FL/Fl_Shared_Image.H>
|
||||
#include <edelib/Debug.h>
|
||||
|
||||
bool Background::load_images(const char* bpath, const char* ppath) {
|
||||
|
@ -13,7 +13,7 @@
|
||||
#ifndef __BACKGROUND_H__
|
||||
#define __BACKGROUND_H__
|
||||
|
||||
#include <FL/Fl_Box.h>
|
||||
#include <FL/Fl_Box.H>
|
||||
|
||||
class Fl_Image;
|
||||
|
||||
|
@ -15,8 +15,8 @@
|
||||
|
||||
#include <edelib/Config.h>
|
||||
|
||||
#include <FL/Fl.h>
|
||||
#include <FL/x.h>
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/x.H>
|
||||
#include <stdlib.h>
|
||||
|
||||
ElmaService::ElmaService() : config(NULL), theme(NULL) {
|
||||
|
@ -10,7 +10,7 @@
|
||||
* See COPYING for details.
|
||||
*/
|
||||
|
||||
#include <FL/Fl.h>
|
||||
#include <FL/Fl.H>
|
||||
#include <edelib/Debug.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -13,7 +13,7 @@
|
||||
#ifndef __ELMAWINDOW_H__
|
||||
#define __ELMAWINDOW_H__
|
||||
|
||||
#include <FL/Fl_Double_Window.h>
|
||||
#include <FL/Fl_Double_Window.H>
|
||||
|
||||
class Background;
|
||||
class TextArea;
|
||||
|
@ -13,7 +13,7 @@
|
||||
#ifndef __TEXTAREA_H__
|
||||
#define __TEXTAREA_H__
|
||||
|
||||
#include <FL/Fl_Input.h>
|
||||
#include <FL/Fl_Input.H>
|
||||
#include <edelib/Debug.h>
|
||||
|
||||
/*
|
||||
|
@ -14,8 +14,8 @@
|
||||
|
||||
#if 0
|
||||
#include <string.h>
|
||||
#include <FL/x.h>
|
||||
#include <FL/Fl.h>
|
||||
#include <FL/x.H>
|
||||
#include <FL/Fl.H>
|
||||
#include <edelib/String.h>
|
||||
#include <edelib/Config.h>
|
||||
|
||||
|
@ -10,13 +10,13 @@
|
||||
* See COPYING for the details.
|
||||
*/
|
||||
|
||||
#include <FL/Fl.h>
|
||||
#include <FL/Fl_Window.h>
|
||||
#include <FL/Fl_Check_Button.h>
|
||||
#include <FL/Fl_Button.h>
|
||||
#include <FL/Fl_Group.h>
|
||||
#include <FL/Fl_Box.h>
|
||||
#include <FL/Fl_Pixmap.h>
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/Fl_Window.H>
|
||||
#include <FL/Fl_Check_Button.H>
|
||||
#include <FL/Fl_Button.H>
|
||||
#include <FL/Fl_Group.H>
|
||||
#include <FL/Fl_Box.H>
|
||||
#include <FL/Fl_Pixmap.H>
|
||||
|
||||
#include <edelib/Nls.h>
|
||||
#include <edelib/Config.h>
|
||||
|
@ -15,8 +15,8 @@
|
||||
#include "EvokeService.h"
|
||||
|
||||
#include <edelib/Nls.h>
|
||||
#include <FL/Fl_Pixmap.h>
|
||||
#include <FL/Fl.h>
|
||||
#include <FL/Fl_Pixmap.H>
|
||||
#include <FL/Fl.H>
|
||||
|
||||
Fl_Pixmap warnpix(warning_xpm);
|
||||
|
||||
|
@ -13,10 +13,10 @@
|
||||
#ifndef __AUTOSTART_H__
|
||||
#define __AUTOSTART_H__
|
||||
|
||||
#include <FL/Fl_Window.h>
|
||||
#include <FL/Fl_Box.h>
|
||||
#include <FL/Fl_Check_Browser.h>
|
||||
#include <FL/Fl_Button.h>
|
||||
#include <FL/Fl_Window.H>
|
||||
#include <FL/Fl_Box.H>
|
||||
#include <FL/Fl_Check_Browser.H>
|
||||
#include <FL/Fl_Button.H>
|
||||
|
||||
#include <edelib/String.h>
|
||||
|
||||
|
@ -16,8 +16,8 @@
|
||||
|
||||
#include <edelib/Debug.h>
|
||||
|
||||
#include <FL/x.h>
|
||||
#include <FL/Fl.h>
|
||||
#include <FL/x.H>
|
||||
#include <FL/Fl.H>
|
||||
|
||||
#include <string.h> // memcpy
|
||||
#include <stdlib.h> // malloc, realloc
|
||||
|
@ -589,7 +589,7 @@ void EvokeService::service_watcher(int pid, int ret) {
|
||||
write(wake_up_pipe[1], &ret, sizeof(int));
|
||||
}
|
||||
|
||||
#include <FL/fl_ask.h>
|
||||
#include <FL/fl_ask.H>
|
||||
void EvokeService::wake_up(int fd) {
|
||||
puts("=== wake_up() ===");
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
#ifndef __EVOKESERVICE_H__
|
||||
#define __EVOKESERVICE_H__
|
||||
|
||||
#include <FL/x.h>
|
||||
#include <FL/x.H>
|
||||
#include <pthread.h>
|
||||
|
||||
#include <edelib/List.h>
|
||||
|
@ -10,13 +10,13 @@
|
||||
* See COPYING for details.
|
||||
*/
|
||||
|
||||
#include <FL/Fl_Double_Window.h>
|
||||
#include <FL/Fl_Box.h>
|
||||
#include <FL/Fl_Button.h>
|
||||
#include <FL/Fl_Round_Button.h>
|
||||
#include <FL/Fl_RGB_Image.h>
|
||||
#include <FL/Fl.h>
|
||||
#include <FL/x.h>
|
||||
#include <FL/Fl_Double_Window.H>
|
||||
#include <FL/Fl_Box.H>
|
||||
#include <FL/Fl_Button.H>
|
||||
#include <FL/Fl_Round_Button.H>
|
||||
#include <FL/Fl_RGB_Image.H>
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/x.H>
|
||||
#include <string.h> // memset
|
||||
|
||||
#include <edelib/Nls.h>
|
||||
|
@ -12,8 +12,8 @@
|
||||
|
||||
#include <stdio.h> // snprintf
|
||||
|
||||
#include <FL/Fl_Shared_Image.h>
|
||||
#include <FL/Fl.h>
|
||||
#include <FL/Fl_Shared_Image.H>
|
||||
#include <FL/Fl.H>
|
||||
|
||||
#include <edelib/Run.h>
|
||||
#include <edelib/Debug.h>
|
||||
|
@ -13,8 +13,8 @@
|
||||
#ifndef __SPLASH_H__
|
||||
#define __SPLASH_H__
|
||||
|
||||
#include <FL/Fl_Double_Window.h>
|
||||
#include <FL/Fl_Box.h>
|
||||
#include <FL/Fl_Double_Window.H>
|
||||
#include <FL/Fl_Box.H>
|
||||
|
||||
#include "EvokeService.h"
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include <FL/x.h>
|
||||
#include <FL/x.H>
|
||||
#include <X11/Xresource.h>
|
||||
|
||||
#include <edelib/Debug.h>
|
||||
|
@ -17,8 +17,8 @@
|
||||
#include <edelib/Debug.h>
|
||||
#include <edelib/File.h>
|
||||
|
||||
#include <FL/Fl.h>
|
||||
#include <FL/x.h>
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/x.H>
|
||||
|
||||
#include "EvokeService.h"
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
#include <FL/Fl.h>
|
||||
#include <FL/Fl_Double_Window.h>
|
||||
#include <FL/Fl_Input.h>
|
||||
#include <FL/Fl_Button.h>
|
||||
#include <FL/x.h>
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/Fl_Double_Window.H>
|
||||
#include <FL/Fl_Input.H>
|
||||
#include <FL/Fl_Button.H>
|
||||
#include <FL/x.H>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
#include <FL/Fl.h>
|
||||
#include <FL/Fl_Window.h>
|
||||
#include <FL/Fl_Box.h>
|
||||
#include <FL/Fl_Value_Slider.h>
|
||||
#include <FL/x.h>
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/Fl_Window.H>
|
||||
#include <FL/Fl_Box.H>
|
||||
#include <FL/Fl_Value_Slider.H>
|
||||
#include <FL/x.H>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include <FL/x.h>
|
||||
#include <FL/Fl.h>
|
||||
#include <FL/x.H>
|
||||
#include <FL/Fl.H>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user