mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
disable the little shaped windows with the window size, they caused a
2002-03-19 Havoc Pennington <hp@redhat.com> * src/resizepopup.c (place_vertical_size_window) (place_horizontal_size_window): disable the little shaped windows with the window size, they caused a crash anytime you tried to resize with Xft. And they were kind of on crack anyway.
This commit is contained in:
parent
62c5d3df06
commit
615abebd9d
@ -1,3 +1,10 @@
|
||||
2002-03-19 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* src/resizepopup.c (place_vertical_size_window)
|
||||
(place_horizontal_size_window): disable the little shaped windows
|
||||
with the window size, they caused a crash anytime you tried to
|
||||
resize with Xft. And they were kind of on crack anyway.
|
||||
|
||||
2002-03-17 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* src/resizepopup.c (ensure_tick_windows): turn off the tick
|
||||
|
@ -310,6 +310,8 @@ place_vertical_size_window (MetaResizePopup *popup,
|
||||
{
|
||||
int w, h;
|
||||
|
||||
return;
|
||||
|
||||
if (popup->vertical_size_window == NULL)
|
||||
{
|
||||
char *str;
|
||||
@ -337,6 +339,8 @@ place_horizontal_size_window (MetaResizePopup *popup,
|
||||
{
|
||||
int w, h;
|
||||
|
||||
return;
|
||||
|
||||
if (popup->horizontal_size_window == NULL)
|
||||
{
|
||||
char *str;
|
||||
|
Loading…
Reference in New Issue
Block a user