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 /src/Fl_x.cxx | |
| 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 'src/Fl_x.cxx')
| -rw-r--r-- | src/Fl_x.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index 5a784be71..9f45072df 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -1024,7 +1024,7 @@ static unsigned char *create_bmp(const unsigned char *data, int W, int H, int *r } // takes a raw RGB image and puts it in the copy/paste buffer -void Fl_X::copy_image(const unsigned char *data, int W, int H, int clipboard){ +void Fl_X11_Screen_Driver::copy_image(const unsigned char *data, int W, int H, int clipboard){ if (!data || W <= 0 || H <= 0) return; delete[] fl_selection_buffer[clipboard]; fl_selection_buffer[clipboard] = (char *) create_bmp(data,W,H,&fl_selection_length[clipboard]); |
