diff options
| author | Manolo Gouy <Manolo> | 2016-04-16 12:05:55 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-16 12:05:55 +0000 |
| commit | d3e2a88c09a290f709aae843a9d4ce95ab629347 (patch) | |
| tree | ecba4c2a53df5877bc30ff0cf7a44e3aa3e4ff59 /FL | |
| parent | d3d7597484394d43f9b88dbdcfa2e993d14621d3 (diff) | |
Continue removing non window-related member-functions from class Fl_X.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11631 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/x.H | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -136,7 +136,6 @@ public: static void x(Fl_Window* wi, int X) {wi->x(X);} static void y(Fl_Window* wi, int Y) {wi->y(Y);} static void activate_window(Window w); - static void copy_image(const unsigned char* data, int W, int H, int destination = 0); }; extern FL_EXPORT char fl_override_redirect; // hack into Fl_X::make_xid() |
