mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 11:25:22 +08:00
Removed possible compilation warnings
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8031 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@
|
|||||||
// mostly to get around the single active context in QD and
|
// mostly to get around the single active context in QD and
|
||||||
// to implement clipping. This should be changed into pure
|
// to implement clipping. This should be changed into pure
|
||||||
// Quartz calls in the near future.
|
// Quartz calls in the near future.
|
||||||
#include "config.h"
|
#include <config.h>
|
||||||
#include <FL/Fl.H>
|
#include <FL/Fl.H>
|
||||||
#include <FL/Fl_Window.H>
|
#include <FL/Fl_Window.H>
|
||||||
#include <FL/Fl_Tooltip.H>
|
#include <FL/Fl_Tooltip.H>
|
||||||
|
|||||||
+1
-1
@@ -29,7 +29,7 @@
|
|||||||
// This is the system-independent portions. The huge amount of
|
// This is the system-independent portions. The huge amount of
|
||||||
// crap you need to do to communicate with X is in Fl_x.cxx, the
|
// crap you need to do to communicate with X is in Fl_x.cxx, the
|
||||||
// equivalent (but totally different) crap for MSWindows is in Fl_win32.cxx
|
// equivalent (but totally different) crap for MSWindows is in Fl_win32.cxx
|
||||||
#include "config.h"
|
#include <config.h>
|
||||||
#include <FL/Fl.H>
|
#include <FL/Fl.H>
|
||||||
#include <FL/x.H>
|
#include <FL/x.H>
|
||||||
#include <FL/Fl_Window.H>
|
#include <FL/Fl_Window.H>
|
||||||
|
|||||||
Reference in New Issue
Block a user