summaryrefslogtreecommitdiff
path: root/FL/platform.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-03-24 10:00:01 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-03-24 10:00:01 +0100
commit427e4dbc7a31407f3e8ca80f2dd2a84869af4b3d (patch)
treee22d843aa4ab0760d69f4195ed4e3615e416e409 /FL/platform.H
parent70f61a63f4cc6ff53d8d6e7c60dd21ff71b9414e (diff)
Remove platform-dependent type Fl_Bitmask (not in documented public API).
Diffstat (limited to 'FL/platform.H')
-rw-r--r--FL/platform.H3
1 files changed, 0 insertions, 3 deletions
diff --git a/FL/platform.H b/FL/platform.H
index 4b9d6d687..1ff9cd48c 100644
--- a/FL/platform.H
+++ b/FL/platform.H
@@ -74,9 +74,6 @@ extern FL_EXPORT Fl_Window* fl_find(Window xid);
extern FL_EXPORT void fl_open_display();
extern FL_EXPORT void fl_close_display();
extern FL_EXPORT Window fl_window;
-extern FL_EXPORT Fl_Bitmask fl_create_bitmask(int w, int h, const uchar *data);
-extern FL_EXPORT Fl_Bitmask fl_create_alphamask(int w, int h, int d, int ld, const uchar *data);
-extern FL_EXPORT void fl_delete_bitmask(Fl_Bitmask bm);
extern FL_EXPORT int fl_parse_color(const char* p, uchar& r, uchar& g, uchar& b);
extern FL_EXPORT void fl_open_callback(void (*)(const char *));