mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -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>
|
2002-03-17 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
* src/resizepopup.c (ensure_tick_windows): turn off the tick
|
* src/resizepopup.c (ensure_tick_windows): turn off the tick
|
||||||
|
@ -310,6 +310,8 @@ place_vertical_size_window (MetaResizePopup *popup,
|
|||||||
{
|
{
|
||||||
int w, h;
|
int w, h;
|
||||||
|
|
||||||
|
return;
|
||||||
|
|
||||||
if (popup->vertical_size_window == NULL)
|
if (popup->vertical_size_window == NULL)
|
||||||
{
|
{
|
||||||
char *str;
|
char *str;
|
||||||
@ -337,6 +339,8 @@ place_horizontal_size_window (MetaResizePopup *popup,
|
|||||||
{
|
{
|
||||||
int w, h;
|
int w, h;
|
||||||
|
|
||||||
|
return;
|
||||||
|
|
||||||
if (popup->horizontal_size_window == NULL)
|
if (popup->horizontal_size_window == NULL)
|
||||||
{
|
{
|
||||||
char *str;
|
char *str;
|
||||||
|
Loading…
Reference in New Issue
Block a user