Bugzilla – Attachment 24306 Details for
Bug 61153
xterm: last line is incomplete
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
kdebase patch
suse_46153.patch (text/plain), 849 bytes, created by
Lubos Lunak
on 2004-09-30 20:47:57 UTC
(
hide
)
Description:
kdebase patch
Filename:
MIME Type:
Creator:
Lubos Lunak
Created:
2004-09-30 20:47:57 UTC
Size:
849 bytes
patch
obsolete
>--- kdebase/kwin/geometry.cpp 2004/08/03 09:21:18 2.88 >+++ kdebase/kwin/geometry.cpp 2004/08/16 13:58:38 2.88.2.1 >@@ -1035,6 +1035,8 @@ QSize Client::sizeForClientSize( const Q > w = QMAX( min_size.width(), w ); > h = QMAX( min_size.height(), h ); > >+ int w1 = w; >+ int h1 = h; > int width_inc = xSizeHint.width_inc; > int height_inc = xSizeHint.height_inc; > int basew_inc = xSizeHint.min_width; // see getWmNormalHints() >@@ -1154,6 +1156,11 @@ QSize Client::sizeForClientSize( const Q > w += xSizeHint.base_width; > h += xSizeHint.base_height; > } >+ // disobey increments and aspect when maximized >+ if( maximizeMode() & MaximizeHorizontal ) >+ w = w1; >+ if( maximizeMode() & MaximizeVertical ) >+ h = h1; > > w += border_left + border_right; > h += border_top + border_bottom;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 61153
: 24306