diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-07-21 16:22:41 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-07-22 01:30:19 +0200 |
commit | b17baa39e5accd5b47a5e451c11084cc3d7f406b (patch) | |
tree | 59eb215e4bcd4e770b07e06c81a8fb6ac8c54029 | |
parent | fda590fc0879ee8459e06ea15f9ea9243ad2144a (diff) |
Kill FourDwm
-rw-r--r-- | vcl/unx/generic/app/saldisp.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/vcl/unx/generic/app/saldisp.cxx b/vcl/unx/generic/app/saldisp.cxx index 06e87d78b5..9855ef7684 100644 --- a/vcl/unx/generic/app/saldisp.cxx +++ b/vcl/unx/generic/app/saldisp.cxx @@ -925,16 +925,6 @@ void SalDisplay::Init() if( otherwm == eWindowManager_ ) eWindowManager_ = pmwm; } else - if( GetServerVendor() == vendor_sgi ) - { - if( GetVisual( m_nDefaultScreen ).GetDepth() > 8 && GetVisual( m_nDefaultScreen ).GetDepth() <= 16 ) - nProperties_ |= PROPERTY_BUG_XCopyArea_GXxor; - nProperties_ |= PROPERTY_SUPPORT_XSetClipMask; - - if( otherwm == eWindowManager_ ) - eWindowManager_ = FourDwm; - } - else if( GetServerVendor() == vendor_hummingbird ) { if (GetVisual(m_nDefaultScreen).GetDepth() == 24) |