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:
Havoc Pennington 2002-03-19 20:09:47 +00:00 committed by Havoc Pennington
parent 62c5d3df06
commit 615abebd9d
2 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -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;