summaryrefslogtreecommitdiff
path: root/FL/porting.H
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2016-04-19 22:45:22 +0000
committerMatthias Melcher <fltk@matthiasm.com>2016-04-19 22:45:22 +0000
commit769d151a121ac849a365a509d644c3328738970a (patch)
tree65aab2b83a8ca4b678088b06e8771053c10943d7 /FL/porting.H
parentcd4498021e9623da828b3fb8344bc4db35675efe (diff)
Virtualized add_fd and remove_fd into System Driver
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11668 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/porting.H')
-rw-r--r--FL/porting.H13
1 files changed, 0 insertions, 13 deletions
diff --git a/FL/porting.H b/FL/porting.H
index 8bc02ad48..26504b77c 100644
--- a/FL/porting.H
+++ b/FL/porting.H
@@ -43,19 +43,6 @@ typedef void *Fl_Offscreen;
struct XPoint { int x, y; };
struct XRectangle {int x, y, width, height;};
-//typedef float CGFloat;
-
-inline Fl_Region XRectangleRegion(int x, int y, int w, int h) {
- // write code here
- return 0L;
-}
-
-inline void XDestroyRegion(Fl_Region r) {
- // write code here
-}
-
-extern void *fl_default_cursor;
-
inline void fl_open_callback(void (*)(const char *)) {}
// This object contains all platform-specific stuff about a window: