mirror of https://github.com/fltk/fltk
Move Fl_Window_Driver.H from FL/ to src/
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12974 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
17b6e87bb7
commit
7ebe8e21b0
|
@ -21,7 +21,7 @@
|
|||
#include <FL/Fl.H>
|
||||
#include <FL/platform.H>
|
||||
#include <FL/Fl_Screen_Driver.H>
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "Fl_Window_Driver.H"
|
||||
#include <FL/Fl_System_Driver.H>
|
||||
#include <FL/Fl_Window.H>
|
||||
#include <FL/Fl_Tooltip.H>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include <FL/platform.H>
|
||||
#include <FL/Fl_Double_Window.H>
|
||||
#include <FL/fl_draw.H>
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "Fl_Window_Driver.H"
|
||||
|
||||
// On systems that support double buffering "naturally" the base
|
||||
// Fl_Window class will probably do double-buffer and this subclass
|
||||
|
|
|
@ -24,7 +24,7 @@ extern int fl_gl_load_plugin;
|
|||
#include <FL/gl.h>
|
||||
#include <FL/Fl_Gl_Window.H>
|
||||
#include <FL/Fl_Gl_Window_Driver.H>
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "Fl_Window_Driver.H"
|
||||
#include <FL/Fl_Graphics_Driver.H>
|
||||
#include <stdlib.h>
|
||||
#include <FL/fl_utf8.h>
|
||||
|
@ -704,7 +704,7 @@ void* Fl_WinAPI_Gl_Window_Driver::GetProcAddress(const char *procName) {
|
|||
#include <FL/platform.H>
|
||||
#include "Fl_Gl_Choice.H"
|
||||
#include <FL/Fl_Screen_Driver.H>
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "Fl_Window_Driver.H"
|
||||
|
||||
Fl_Gl_Window_Driver *Fl_Gl_Window_Driver::newGlWindowDriver(Fl_Gl_Window *w)
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
// handling is designed so windows themselves work correctly.
|
||||
|
||||
#include <FL/Fl_Group.H>
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "Fl_Window_Driver.H"
|
||||
#include <FL/Fl_Rect.H>
|
||||
#include <FL/fl_draw.H>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
// can be used to dismiss the menus.
|
||||
|
||||
#include <FL/Fl_Menu_Window.H>
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "Fl_Window_Driver.H"
|
||||
|
||||
void Fl_Menu_Window::show() {
|
||||
Fl_Window_Driver::driver(this)->show_menu();
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/Fl_Overlay_Window.H>
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "Fl_Window_Driver.H"
|
||||
|
||||
|
||||
Fl_Overlay_Window::Fl_Overlay_Window(int W, int H, const char *l)
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <FL/Fl_Group.H>
|
||||
#include <FL/Fl_Window.H>
|
||||
#include <FL/Fl_Input.H>
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "Fl_Window_Driver.H"
|
||||
#include <FL/Fl_Image_Surface.H>
|
||||
#include <FL/Fl_Box.H>
|
||||
#include <FL/Fl_Tooltip.H>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include <FL/fl_draw.H>
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/platform.H>
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "Fl_Window_Driver.H"
|
||||
#include <FL/Fl_Screen_Driver.H>
|
||||
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include <config.h>
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/platform.H>
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "Fl_Window_Driver.H"
|
||||
#include <FL/Fl_RGB_Image.H>
|
||||
#include <FL/Fl_Window.H>
|
||||
#include <FL/Fl_Tooltip.H>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
\{
|
||||
*/
|
||||
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "Fl_Window_Driver.H"
|
||||
#include <FL/Fl_Overlay_Window.H>
|
||||
#include <FL/fl_draw.H>
|
||||
#include <FL/Fl.H>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
//
|
||||
|
||||
#include <FL/Fl_Window.H>
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "Fl_Window_Driver.H"
|
||||
|
||||
void Fl_Window::border(int b) {
|
||||
if (b) {
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/Fl_Window.H>
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "Fl_Window_Driver.H"
|
||||
|
||||
void Fl_Window::hotspot(int X, int Y, int offscreen) {
|
||||
int mx,my;
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
//
|
||||
|
||||
#include <FL/Fl_Window.H>
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "Fl_Window_Driver.H"
|
||||
|
||||
void Fl_Window::iconize() {
|
||||
if (!shown()) {
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/Fl_Window.H>
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "Fl_Window_Driver.H"
|
||||
#include <FL/Fl_System_Driver.H>
|
||||
#include <FL/Fl_Tooltip.H>
|
||||
#include <FL/filename.H>
|
||||
|
|
|
@ -37,7 +37,7 @@ extern "C" {
|
|||
#include "config_lib.h"
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/platform.H>
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "Fl_Window_Driver.H"
|
||||
#include <FL/Fl_Screen_Driver.H>
|
||||
#include <FL/Fl_Window.H>
|
||||
#include <FL/Fl_Tooltip.H>
|
||||
|
|
|
@ -54,7 +54,7 @@ void fl_cleanup_dc_list(void);
|
|||
#include "config_lib.h"
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/platform.H>
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "Fl_Window_Driver.H"
|
||||
#include <FL/Fl_Screen_Driver.H>
|
||||
#include <FL/Fl_Graphics_Driver.H> // for fl_graphics_driver
|
||||
#include "drivers/WinAPI/Fl_WinAPI_Window_Driver.H"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
# include <config.h>
|
||||
# include <FL/Fl.H>
|
||||
# include <FL/platform.H>
|
||||
# include <FL/Fl_Window_Driver.H>
|
||||
# include "Fl_Window_Driver.H"
|
||||
# include <FL/Fl_Window.H>
|
||||
# include <FL/fl_utf8.h>
|
||||
# include <FL/Fl_Tooltip.H>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#ifndef FL_ANDROID_WINDOW_DRIVER_H
|
||||
#define FL_ANDROID_WINDOW_DRIVER_H
|
||||
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "../../Fl_Window_Driver.H"
|
||||
//#include <windows.h>
|
||||
|
||||
/*
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
#include <FL/Fl_Paged_Device.H>
|
||||
#include <FL/Fl_Printer.H>
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "../../Fl_Window_Driver.H"
|
||||
#include <FL/Fl_Screen_Driver.H>
|
||||
#include "../Quartz/Fl_Quartz_Graphics_Driver.H"
|
||||
#include "../Darwin/Fl_Darwin_System_Driver.H"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#ifndef FL_COCOA_WINDOW_DRIVER_H
|
||||
#define FL_COCOA_WINDOW_DRIVER_H
|
||||
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "../../Fl_Window_Driver.H"
|
||||
#include <ApplicationServices/ApplicationServices.h>
|
||||
|
||||
class Fl_Image;
|
||||
|
|
|
@ -94,7 +94,7 @@ Fl_RGB_Image* Fl_OpenGL_Display_Device::capture_gl_rectangle(Fl_Gl_Window* glw,
|
|||
#else
|
||||
|
||||
#include <FL/Fl_Screen_Driver.H>
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "../../Fl_Window_Driver.H"
|
||||
Fl_RGB_Image* Fl_OpenGL_Display_Device::capture_gl_rectangle(Fl_Gl_Window *glw, int x, int y, int w, int h)
|
||||
/* captures a rectangle of a Fl_Gl_Window window, and returns it as a RGB image
|
||||
*/
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#ifndef FL_PICO_WINDOW_DRIVER_H
|
||||
#define FL_PICO_WINDOW_DRIVER_H
|
||||
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "../../Fl_Window_Driver.H"
|
||||
|
||||
|
||||
class FL_EXPORT Fl_Pico_Window_Driver : public Fl_Window_Driver
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include <FL/Fl.H>
|
||||
#include <FL/Fl_Window.H>
|
||||
#include <FL/Fl_Double_Window.H>
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "../../Fl_Window_Driver.H"
|
||||
#include <FL/Fl_Image_Surface.H>
|
||||
#include <FL/Fl_Graphics_Driver.H>
|
||||
#include <FL/fl_draw.H>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include <FL/platform.H>
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/Fl_Window.H>
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "../../Fl_Window_Driver.H"
|
||||
#include <FL/fl_draw.H>
|
||||
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include "Fl_PicoSDL_Screen_Driver.H"
|
||||
#include <FL/platform.H>
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "../../Fl_Window_Driver.H"
|
||||
|
||||
#include <FL/Fl.H>
|
||||
#define __APPLE__
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include "Fl_PicoSDL_Screen_Driver.H"
|
||||
|
||||
#include <FL/platform.H>
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "../../Fl_Window_Driver.H"
|
||||
|
||||
#define __APPLE__
|
||||
#include <SDL2/SDL.h>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#ifndef FL_WINAPI_WINDOW_DRIVER_H
|
||||
#define FL_WINAPI_WINDOW_DRIVER_H
|
||||
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "../../Fl_Window_Driver.H"
|
||||
#include <windows.h>
|
||||
|
||||
/*
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#ifndef FL_X11_WINDOW_DRIVER_H
|
||||
#define FL_X11_WINDOW_DRIVER_H
|
||||
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "../../Fl_Window_Driver.H"
|
||||
#include <config.h> // for USE_XDBE
|
||||
#include <FL/platform.H> // for Cursor
|
||||
class Fl_Bitmap;
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <FL/Fl_Window.H>
|
||||
#include <FL/Fl_Pixmap.H>
|
||||
#include <FL/Fl_RGB_Image.H>
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "Fl_Window_Driver.H"
|
||||
#include <FL/fl_draw.H>
|
||||
|
||||
#include "fl_cursor_wait.xpm"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include <FL/Fl.H>
|
||||
#include <FL/platform.H>
|
||||
#include <FL/Fl_Window.H>
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "Fl_Window_Driver.H"
|
||||
#include <FL/fl_utf8.h>
|
||||
#include "drivers/WinAPI/Fl_WinAPI_Screen_Driver.H"
|
||||
#include "flstring.h"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
// a "callback" which is called to draw rectangular areas that are moved
|
||||
// into the drawing area.
|
||||
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include "Fl_Window_Driver.H"
|
||||
|
||||
// scroll a rectangle and redraw the newly exposed portions:
|
||||
/**
|
||||
|
|
|
@ -10,7 +10,7 @@ Fl.o: ../FL/Fl_Plugin.H ../FL/Fl_Preferences.H ../FL/Fl_Image.H
|
|||
Fl.o: ../FL/Fl_Widget.H ../FL/Fl.H ../FL/Fl_Bitmap.H ../FL/Fl_Image.H
|
||||
Fl.o: ../FL/Fl_Pixmap.H ../FL/Fl_RGB_Image.H ../FL/Fl_Group.H
|
||||
Fl.o: ../FL/Fl_Scrollbar.H ../FL/Fl_Slider.H ../FL/Fl_Valuator.H
|
||||
Fl.o: ../FL/Fl_Text_Buffer.H ../FL/Fl_Window_Driver.H ../FL/Fl_Window.H
|
||||
Fl.o: ../FL/Fl_Text_Buffer.H Fl_Window_Driver.H ../FL/Fl_Window.H
|
||||
Fl.o: ../FL/Fl_Group.H ../FL/Fl_Overlay_Window.H ../FL/Fl_Double_Window.H
|
||||
Fl.o: ../FL/Fl_Window.H ../FL/Fl_System_Driver.H ../FL/filename.H
|
||||
Fl.o: ../FL/Fl_Preferences.H ../FL/Fl_Tooltip.H ../FL/Fl_Widget.H
|
||||
|
@ -124,7 +124,7 @@ Fl_Double_Window.o: ../FL/fl_utf8.h ../FL/Fl_Export.H ../FL/fl_types.h
|
|||
Fl_Double_Window.o: ../FL/Enumerations.H ../FL/abi-version.h ../FL/platform.H
|
||||
Fl_Double_Window.o: ../FL/fl_types.h ../FL/Enumerations.H
|
||||
Fl_Double_Window.o: ../FL/Fl_Double_Window.H ../FL/Fl_Window.H
|
||||
Fl_Double_Window.o: ../FL/fl_draw.H ../FL/Fl_Window_Driver.H
|
||||
Fl_Double_Window.o: ../FL/fl_draw.H Fl_Window_Driver.H
|
||||
Fl_Double_Window.o: ../FL/Fl_Window.H ../FL/Fl_Group.H ../FL/Fl_Bitmap.H
|
||||
Fl_Double_Window.o: ../FL/Fl_Image.H ../FL/Fl_Widget.H ../FL/Fl.H
|
||||
Fl_Double_Window.o: ../FL/Fl_Overlay_Window.H ../FL/Fl_Double_Window.H
|
||||
|
@ -199,7 +199,7 @@ Fl_Graphics_Driver.o: ../FL/fl_draw.H ../FL/Fl_Image_Surface.H
|
|||
Fl_Graphics_Driver.o: ../FL/Fl_Widget_Surface.H ../FL/Fl_Window.H
|
||||
Fl_Graphics_Driver.o: ../FL/Fl_Group.H ../FL/Fl_Shared_Image.H ../FL/math.h
|
||||
Fl_Graphics_Driver.o: ../FL/platform.H
|
||||
Fl_Group.o: ../FL/Fl_Group.H ../FL/Fl_Window_Driver.H ../FL/Fl_Export.H
|
||||
Fl_Group.o: ../FL/Fl_Group.H Fl_Window_Driver.H ../FL/Fl_Export.H
|
||||
Fl_Group.o: ../FL/Fl_Window.H ../FL/Fl.H ../FL/platform_types.h
|
||||
Fl_Group.o: ../FL/fl_utf8.h ../FL/Fl_Export.H ../FL/fl_types.h
|
||||
Fl_Group.o: ../FL/Enumerations.H ../FL/abi-version.h ../FL/Fl_Bitmap.H
|
||||
|
@ -301,7 +301,7 @@ Fl_Menu_Button.o: ../FL/Fl_Menu_Button.H ../FL/Fl_Menu_.H ../FL/Fl_Widget.H
|
|||
Fl_Menu_Button.o: ../FL/Fl.H ../FL/Fl_Menu_Item.H ../FL/Fl_Image.H
|
||||
Fl_Menu_Button.o: ../FL/fl_draw.H
|
||||
Fl_Menu_Window.o: ../FL/Fl_Menu_Window.H ../FL/Fl_Single_Window.H
|
||||
Fl_Menu_Window.o: ../FL/Fl_Window.H ../FL/Fl_Window_Driver.H
|
||||
Fl_Menu_Window.o: ../FL/Fl_Window.H Fl_Window_Driver.H
|
||||
Fl_Menu_Window.o: ../FL/Fl_Export.H ../FL/Fl_Window.H ../FL/Fl.H
|
||||
Fl_Menu_Window.o: ../FL/platform_types.h ../FL/fl_utf8.h ../FL/Fl_Export.H
|
||||
Fl_Menu_Window.o: ../FL/fl_types.h ../FL/Enumerations.H ../FL/abi-version.h
|
||||
|
@ -344,7 +344,7 @@ Fl_Overlay_Window.o: ../FL/Fl.H ../FL/Fl_Export.H ../FL/platform_types.h
|
|||
Fl_Overlay_Window.o: ../FL/fl_utf8.h ../FL/Fl_Export.H ../FL/fl_types.h
|
||||
Fl_Overlay_Window.o: ../FL/Enumerations.H ../FL/abi-version.h
|
||||
Fl_Overlay_Window.o: ../FL/Fl_Overlay_Window.H ../FL/Fl_Double_Window.H
|
||||
Fl_Overlay_Window.o: ../FL/Fl_Window.H ../FL/Fl_Window_Driver.H
|
||||
Fl_Overlay_Window.o: ../FL/Fl_Window.H Fl_Window_Driver.H
|
||||
Fl_Overlay_Window.o: ../FL/Fl_Window.H ../FL/Fl_Group.H ../FL/Fl_Bitmap.H
|
||||
Fl_Overlay_Window.o: ../FL/Fl_Image.H ../FL/Fl_Widget.H ../FL/Fl.H
|
||||
Fl_Pack.o: ../FL/Fl.H ../FL/Fl_Export.H ../FL/platform_types.h
|
||||
|
@ -421,7 +421,7 @@ Fl_Screen_Driver.o: ../FL/Fl_Scrollbar.H ../FL/Fl_Slider.H
|
|||
Fl_Screen_Driver.o: ../FL/Fl_Valuator.H ../FL/Fl_Text_Buffer.H
|
||||
Fl_Screen_Driver.o: ../FL/platform.H ../FL/Fl_Group.H ../FL/Fl_Window.H
|
||||
Fl_Screen_Driver.o: ../FL/Fl_Input.H ../FL/Fl_Input_.H
|
||||
Fl_Screen_Driver.o: ../FL/Fl_Window_Driver.H ../FL/Fl_Overlay_Window.H
|
||||
Fl_Screen_Driver.o: Fl_Window_Driver.H ../FL/Fl_Overlay_Window.H
|
||||
Fl_Screen_Driver.o: ../FL/Fl_Double_Window.H ../FL/Fl_Window.H
|
||||
Fl_Screen_Driver.o: ../FL/Fl_Image_Surface.H ../FL/Fl_Widget_Surface.H
|
||||
Fl_Screen_Driver.o: ../FL/Fl_Shared_Image.H ../FL/Fl_Box.H ../FL/Fl_Tooltip.H
|
||||
|
@ -608,7 +608,7 @@ Fl_Widget_Surface.o: ../FL/fl_types.h ../FL/Enumerations.H
|
|||
Fl_Widget_Surface.o: ../FL/abi-version.h ../FL/Fl_Group.H ../FL/Fl_Bitmap.H
|
||||
Fl_Widget_Surface.o: ../FL/Fl_Image.H ../FL/Fl_Widget.H ../FL/Fl.H
|
||||
Fl_Widget_Surface.o: ../FL/fl_draw.H ../FL/platform.H ../FL/fl_types.h
|
||||
Fl_Widget_Surface.o: ../FL/Enumerations.H ../FL/Fl_Window_Driver.H
|
||||
Fl_Widget_Surface.o: ../FL/Enumerations.H Fl_Window_Driver.H
|
||||
Fl_Widget_Surface.o: ../FL/Fl_Overlay_Window.H ../FL/Fl_Double_Window.H
|
||||
Fl_Widget_Surface.o: ../FL/Fl_Window.H ../FL/Fl_Screen_Driver.H
|
||||
Fl_Widget_Surface.o: ../FL/Fl_Text_Editor.H ../FL/Fl_Text_Display.H
|
||||
|
@ -619,13 +619,13 @@ Fl_Widget_Surface.o: ../FL/Fl_Valuator.H ../FL/Fl_Text_Buffer.H
|
|||
Fl_Window.o: ../config.h ../FL/Fl.H ../FL/Fl_Export.H ../FL/platform_types.h
|
||||
Fl_Window.o: ../FL/fl_utf8.h ../FL/Fl_Export.H ../FL/fl_types.h
|
||||
Fl_Window.o: ../FL/Enumerations.H ../FL/abi-version.h ../FL/platform.H
|
||||
Fl_Window.o: ../FL/fl_types.h ../FL/Enumerations.H ../FL/Fl_Window_Driver.H
|
||||
Fl_Window.o: ../FL/fl_types.h ../FL/Enumerations.H Fl_Window_Driver.H
|
||||
Fl_Window.o: ../FL/Fl_Window.H ../FL/Fl_Group.H ../FL/Fl_Bitmap.H
|
||||
Fl_Window.o: ../FL/Fl_Image.H ../FL/Fl_Widget.H ../FL/Fl.H
|
||||
Fl_Window.o: ../FL/Fl_Overlay_Window.H ../FL/Fl_Double_Window.H
|
||||
Fl_Window.o: ../FL/Fl_Window.H ../FL/Fl_RGB_Image.H ../FL/Fl_Tooltip.H
|
||||
Fl_Window.o: ../FL/Fl_Widget.H ../FL/fl_draw.H flstring.h
|
||||
Fl_Window_Driver.o: ../FL/Fl_Window_Driver.H ../FL/Fl_Export.H
|
||||
Fl_Window_Driver.o: Fl_Window_Driver.H ../FL/Fl_Export.H
|
||||
Fl_Window_Driver.o: ../FL/Fl_Window.H ../FL/Fl.H ../FL/platform_types.h
|
||||
Fl_Window_Driver.o: ../FL/fl_utf8.h ../FL/Fl_Export.H ../FL/fl_types.h
|
||||
Fl_Window_Driver.o: ../FL/Enumerations.H ../FL/abi-version.h ../FL/Fl_Group.H
|
||||
|
@ -639,7 +639,7 @@ Fl_Window_fullscreen.o: ../FL/platform_types.h ../FL/fl_utf8.h
|
|||
Fl_Window_fullscreen.o: ../FL/Fl_Export.H ../FL/fl_types.h
|
||||
Fl_Window_fullscreen.o: ../FL/Enumerations.H ../FL/abi-version.h
|
||||
Fl_Window_fullscreen.o: ../FL/Fl_Group.H ../FL/Fl_Bitmap.H ../FL/Fl_Image.H
|
||||
Fl_Window_fullscreen.o: ../FL/Fl_Widget.H ../FL/Fl.H ../FL/Fl_Window_Driver.H
|
||||
Fl_Window_fullscreen.o: ../FL/Fl_Widget.H ../FL/Fl.H Fl_Window_Driver.H
|
||||
Fl_Window_fullscreen.o: ../FL/Fl_Overlay_Window.H ../FL/Fl_Double_Window.H
|
||||
Fl_Window_fullscreen.o: ../FL/Fl_Window.H
|
||||
Fl_Window_hotspot.o: ../FL/Fl.H ../FL/Fl_Export.H ../FL/platform_types.h
|
||||
|
@ -647,14 +647,14 @@ Fl_Window_hotspot.o: ../FL/fl_utf8.h ../FL/Fl_Export.H ../FL/fl_types.h
|
|||
Fl_Window_hotspot.o: ../FL/Enumerations.H ../FL/abi-version.h
|
||||
Fl_Window_hotspot.o: ../FL/Fl_Window.H ../FL/Fl_Group.H ../FL/Fl_Bitmap.H
|
||||
Fl_Window_hotspot.o: ../FL/Fl_Image.H ../FL/Fl_Widget.H ../FL/Fl.H
|
||||
Fl_Window_hotspot.o: ../FL/Fl_Window_Driver.H ../FL/Fl_Overlay_Window.H
|
||||
Fl_Window_hotspot.o: Fl_Window_Driver.H ../FL/Fl_Overlay_Window.H
|
||||
Fl_Window_hotspot.o: ../FL/Fl_Double_Window.H ../FL/Fl_Window.H
|
||||
Fl_Window_iconize.o: ../FL/Fl_Window.H ../FL/Fl.H ../FL/Fl_Export.H
|
||||
Fl_Window_iconize.o: ../FL/platform_types.h ../FL/fl_utf8.h ../FL/Fl_Export.H
|
||||
Fl_Window_iconize.o: ../FL/fl_types.h ../FL/Enumerations.H
|
||||
Fl_Window_iconize.o: ../FL/abi-version.h ../FL/Fl_Group.H ../FL/Fl_Bitmap.H
|
||||
Fl_Window_iconize.o: ../FL/Fl_Image.H ../FL/Fl_Widget.H ../FL/Fl.H
|
||||
Fl_Window_iconize.o: ../FL/Fl_Window_Driver.H ../FL/Fl_Overlay_Window.H
|
||||
Fl_Window_iconize.o: Fl_Window_Driver.H ../FL/Fl_Overlay_Window.H
|
||||
Fl_Window_iconize.o: ../FL/Fl_Double_Window.H ../FL/Fl_Window.H
|
||||
Fl_Wizard.o: ../FL/Fl_Wizard.H ../FL/Fl_Group.H ../FL/Fl_Window.H ../FL/Fl.H
|
||||
Fl_Wizard.o: ../FL/Fl_Export.H ../FL/platform_types.h ../FL/fl_utf8.h
|
||||
|
@ -682,7 +682,7 @@ Fl_arg.o: ../FL/Fl.H ../FL/Fl_Export.H ../FL/platform_types.h ../FL/fl_utf8.h
|
|||
Fl_arg.o: ../FL/Fl_Export.H ../FL/fl_types.h ../FL/Enumerations.H
|
||||
Fl_arg.o: ../FL/abi-version.h ../FL/Fl_Window.H ../FL/Fl_Group.H
|
||||
Fl_arg.o: ../FL/Fl_Bitmap.H ../FL/Fl_Image.H ../FL/Fl_Widget.H ../FL/Fl.H
|
||||
Fl_arg.o: ../FL/Fl_Window_Driver.H ../FL/Fl_Overlay_Window.H
|
||||
Fl_arg.o: Fl_Window_Driver.H ../FL/Fl_Overlay_Window.H
|
||||
Fl_arg.o: ../FL/Fl_Double_Window.H ../FL/Fl_Window.H ../FL/Fl_System_Driver.H
|
||||
Fl_arg.o: ../FL/filename.H ../FL/Fl_Preferences.H ../FL/Fl_Tooltip.H
|
||||
Fl_arg.o: ../FL/Fl_Widget.H ../FL/fl_draw.H flstring.h ../config.h
|
||||
|
@ -817,7 +817,7 @@ fl_cursor.o: ../FL/Enumerations.H ../FL/abi-version.h ../FL/platform.H
|
|||
fl_cursor.o: ../FL/fl_types.h ../FL/Enumerations.H ../FL/Fl_Window.H
|
||||
fl_cursor.o: ../FL/Fl_Group.H ../FL/Fl_Bitmap.H ../FL/Fl_Image.H
|
||||
fl_cursor.o: ../FL/Fl_Widget.H ../FL/Fl.H ../FL/Fl_Pixmap.H
|
||||
fl_cursor.o: ../FL/Fl_RGB_Image.H ../FL/Fl_Window_Driver.H
|
||||
fl_cursor.o: ../FL/Fl_RGB_Image.H Fl_Window_Driver.H
|
||||
fl_cursor.o: ../FL/Fl_Overlay_Window.H ../FL/Fl_Double_Window.H
|
||||
fl_cursor.o: ../FL/Fl_Window.H ../FL/fl_draw.H fl_cursor_wait.xpm
|
||||
fl_cursor.o: fl_cursor_help.xpm fl_cursor_nwse.xpm fl_cursor_nesw.xpm
|
||||
|
@ -942,7 +942,7 @@ fl_set_font.o: ../FL/Fl.H ../FL/Fl_Bitmap.H ../FL/Fl_Image.H
|
|||
fl_set_font.o: ../FL/Fl_Pixmap.H ../FL/Fl_RGB_Image.H ../FL/Fl_Group.H
|
||||
fl_set_font.o: ../FL/Fl_Scrollbar.H ../FL/Fl_Slider.H ../FL/Fl_Valuator.H
|
||||
fl_set_font.o: ../FL/Fl_Text_Buffer.H flstring.h ../config.h
|
||||
fl_scroll_area.o: ../FL/Fl_Window_Driver.H ../FL/Fl_Export.H
|
||||
fl_scroll_area.o: Fl_Window_Driver.H ../FL/Fl_Export.H
|
||||
fl_scroll_area.o: ../FL/Fl_Window.H ../FL/Fl.H ../FL/platform_types.h
|
||||
fl_scroll_area.o: ../FL/fl_utf8.h ../FL/Fl_Export.H ../FL/fl_types.h
|
||||
fl_scroll_area.o: ../FL/Enumerations.H ../FL/abi-version.h ../FL/Fl_Group.H
|
||||
|
@ -1128,7 +1128,7 @@ drivers/Xlib/Fl_Xlib_Graphics_Driver_image.o: ../FL/Fl_Slider.H
|
|||
drivers/Xlib/Fl_Xlib_Graphics_Driver_image.o: ../FL/Fl_Valuator.H
|
||||
drivers/Xlib/Fl_Xlib_Graphics_Driver_image.o: ../FL/Fl_Text_Buffer.H
|
||||
drivers/Xlib/Fl_Xlib_Graphics_Driver_image.o: drivers/X11/Fl_X11_Window_Driver.H
|
||||
drivers/Xlib/Fl_Xlib_Graphics_Driver_image.o: ../FL/Fl_Window_Driver.H
|
||||
drivers/Xlib/Fl_Xlib_Graphics_Driver_image.o: Fl_Window_Driver.H
|
||||
drivers/Xlib/Fl_Xlib_Graphics_Driver_image.o: ../FL/Fl_Window.H
|
||||
drivers/Xlib/Fl_Xlib_Graphics_Driver_image.o: ../FL/Fl_Group.H
|
||||
drivers/Xlib/Fl_Xlib_Graphics_Driver_image.o: ../FL/Fl_Overlay_Window.H
|
||||
|
@ -1279,7 +1279,7 @@ drivers/Xlib/Fl_Xlib_Image_Surface_Driver.o: ../FL/Fl_Valuator.H
|
|||
drivers/Xlib/Fl_Xlib_Image_Surface_Driver.o: ../FL/Fl_Text_Buffer.H
|
||||
drivers/X11/Fl_X11_Window_Driver.o: config_lib.h ../config.h
|
||||
drivers/X11/Fl_X11_Window_Driver.o: drivers/X11/Fl_X11_Window_Driver.H
|
||||
drivers/X11/Fl_X11_Window_Driver.o: ../FL/Fl_Window_Driver.H
|
||||
drivers/X11/Fl_X11_Window_Driver.o: Fl_Window_Driver.H
|
||||
drivers/X11/Fl_X11_Window_Driver.o: ../FL/Fl_Export.H ../FL/Fl_Window.H
|
||||
drivers/X11/Fl_X11_Window_Driver.o: ../FL/Fl.H ../FL/platform_types.h
|
||||
drivers/X11/Fl_X11_Window_Driver.o: ../FL/fl_utf8.h ../FL/Fl_Export.H
|
||||
|
@ -1328,7 +1328,7 @@ drivers/X11/Fl_X11_Screen_Driver.o: ../FL/Fl_Slider.H ../FL/Fl_Valuator.H
|
|||
drivers/X11/Fl_X11_Screen_Driver.o: ../FL/Fl_Text_Buffer.H
|
||||
drivers/X11/Fl_X11_Screen_Driver.o: drivers/Xlib/Fl_Font.H
|
||||
drivers/X11/Fl_X11_Screen_Driver.o: drivers/X11/Fl_X11_Window_Driver.H
|
||||
drivers/X11/Fl_X11_Screen_Driver.o: ../FL/Fl_Window_Driver.H
|
||||
drivers/X11/Fl_X11_Screen_Driver.o: Fl_Window_Driver.H
|
||||
drivers/X11/Fl_X11_Screen_Driver.o: ../FL/Fl_Window.H ../FL/Fl_Group.H
|
||||
drivers/X11/Fl_X11_Screen_Driver.o: ../FL/Fl_Overlay_Window.H
|
||||
drivers/X11/Fl_X11_Screen_Driver.o: ../FL/Fl_Double_Window.H
|
||||
|
@ -1402,7 +1402,7 @@ drivers/Posix/Fl_Posix_Printer_Driver.o: ../FL/Fl_Input.H ../FL/Fl_Pixmap.H
|
|||
Fl_x.o: ../config.h ../FL/Fl.H ../FL/Fl_Export.H ../FL/platform_types.h
|
||||
Fl_x.o: ../FL/fl_utf8.h ../FL/Fl_Export.H ../FL/fl_types.h
|
||||
Fl_x.o: ../FL/Enumerations.H ../FL/abi-version.h ../FL/platform.H
|
||||
Fl_x.o: ../FL/fl_types.h ../FL/Enumerations.H ../FL/Fl_Window_Driver.H
|
||||
Fl_x.o: ../FL/fl_types.h ../FL/Enumerations.H Fl_Window_Driver.H
|
||||
Fl_x.o: ../FL/Fl_Window.H ../FL/Fl_Group.H ../FL/Fl_Bitmap.H ../FL/Fl_Image.H
|
||||
Fl_x.o: ../FL/Fl_Widget.H ../FL/Fl.H ../FL/Fl_Overlay_Window.H
|
||||
Fl_x.o: ../FL/Fl_Double_Window.H ../FL/Fl_Window.H ../FL/fl_utf8.h
|
||||
|
@ -1662,7 +1662,7 @@ Fl_Gl_Device_Plugin.o: ../FL/Fl_Preferences.H ../FL/Fl_Export.H
|
|||
Fl_Gl_Window.o: config_lib.h ../config.h ../FL/gl.h ../FL/Enumerations.H
|
||||
Fl_Gl_Window.o: ../FL/abi-version.h ../FL/Fl_Export.H ../FL/fl_types.h
|
||||
Fl_Gl_Window.o: ../FL/platform_types.h ../FL/Fl_Gl_Window.H ../FL/Fl_Window.H
|
||||
Fl_Gl_Window.o: ../FL/Fl_Gl_Window_Driver.H ../FL/Fl_Window_Driver.H
|
||||
Fl_Gl_Window.o: ../FL/Fl_Gl_Window_Driver.H Fl_Window_Driver.H
|
||||
Fl_Gl_Window.o: ../FL/Fl_Export.H ../FL/Fl_Window.H ../FL/Fl.H
|
||||
Fl_Gl_Window.o: ../FL/fl_utf8.h ../FL/Fl_Group.H ../FL/Fl_Bitmap.H
|
||||
Fl_Gl_Window.o: ../FL/Fl_Image.H ../FL/Fl_Widget.H ../FL/Fl.H
|
||||
|
@ -1764,7 +1764,7 @@ drivers/OpenGL/Fl_OpenGL_Display_Device.o: ../FL/Fl_Scrollbar.H
|
|||
drivers/OpenGL/Fl_OpenGL_Display_Device.o: ../FL/Fl_Slider.H
|
||||
drivers/OpenGL/Fl_OpenGL_Display_Device.o: ../FL/Fl_Valuator.H
|
||||
drivers/OpenGL/Fl_OpenGL_Display_Device.o: ../FL/Fl_Text_Buffer.H
|
||||
drivers/OpenGL/Fl_OpenGL_Display_Device.o: ../FL/Fl_Window_Driver.H
|
||||
drivers/OpenGL/Fl_OpenGL_Display_Device.o: Fl_Window_Driver.H
|
||||
drivers/OpenGL/Fl_OpenGL_Display_Device.o: ../FL/Fl_Window.H ../FL/Fl_Group.H
|
||||
drivers/OpenGL/Fl_OpenGL_Display_Device.o: ../FL/Fl_Overlay_Window.H
|
||||
drivers/OpenGL/Fl_OpenGL_Display_Device.o: ../FL/Fl_Double_Window.H
|
||||
|
|
Loading…
Reference in New Issue