summaryrefslogtreecommitdiff
path: root/src/drivers/Posix
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-03-26 18:03:10 +0000
committerManolo Gouy <Manolo>2016-03-26 18:03:10 +0000
commit24fd68560f7e2b8fe9bfdb676a39ab893c6b8fe0 (patch)
tree485e1445a4838e2c15e1381e0d253846c65978bd /src/drivers/Posix
parente31adcf1b9b6b50ba6ee463e1d433ea33c3832fd (diff)
Public header files must not include files from the source tree.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11435 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Posix')
-rw-r--r--src/drivers/Posix/Fl_Posix_System_Driver.H4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/drivers/Posix/Fl_Posix_System_Driver.H b/src/drivers/Posix/Fl_Posix_System_Driver.H
index 3df22092c..9a1ca7d1d 100644
--- a/src/drivers/Posix/Fl_Posix_System_Driver.H
+++ b/src/drivers/Posix/Fl_Posix_System_Driver.H
@@ -27,10 +27,6 @@
#include <FL/Fl_System_Driver.H>
-typedef unsigned long Fl_Offscreen;
-typedef unsigned long Fl_Bitmask;
-typedef struct _XRegion *Fl_Region;
-
/*
Move everything here that manages the system interface.