summaryrefslogtreecommitdiff
path: root/src/Fl_Double_Window.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Double_Window.cxx')
-rw-r--r--src/Fl_Double_Window.cxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/Fl_Double_Window.cxx b/src/Fl_Double_Window.cxx
index 701f53274..05b6a5c78 100644
--- a/src/Fl_Double_Window.cxx
+++ b/src/Fl_Double_Window.cxx
@@ -51,11 +51,6 @@ void Fl_Double_Window::show() {
}
-/*char fl_can_do_alpha_blending() {
- return Fl_Display_Device::display_device()->driver()->can_do_alpha_blending();
-}*/
-
-
void Fl_Double_Window::resize(int X,int Y,int W,int H) {
int ow = w();
int oh = h();
@@ -65,6 +60,7 @@ void Fl_Double_Window::resize(int X,int Y,int W,int H) {
driver()->destroy_double_buffer();
}
+
void Fl_Double_Window::hide() {
Fl_X *myi = Fl_X::i(this);
if (myi && myi->other_xid) {
@@ -89,9 +85,6 @@ Fl_Double_Window::~Fl_Double_Window() {
hide();
}
-
-
-
//
// End of "$Id$".
//