comparison src/gtkutil.c @ 90233:ee12d75eb214

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-85 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 556-561) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 122-124) - Update from CVS: lisp/mm-url.el (mm-url-decode-entities): Fix regexp. - Update from CVS
author Miles Bader <miles@gnu.org>
date Sun, 25 Sep 2005 22:07:01 +0000
parents 2d92f5c9d6ae a998f173b21a
children 7beb78bc1f8e
comparison
equal deleted inserted replaced
90232:eab32348047a 90233:ee12d75eb214
552 (yneg ? '-' : '+'), top); 552 (yneg ? '-' : '+'), top);
553 553
554 if (!gtk_window_parse_geometry (GTK_WINDOW (FRAME_GTK_OUTER_WIDGET (f)), 554 if (!gtk_window_parse_geometry (GTK_WINDOW (FRAME_GTK_OUTER_WIDGET (f)),
555 geom_str)) 555 geom_str))
556 fprintf (stderr, "Failed to parse: '%s'\n", geom_str); 556 fprintf (stderr, "Failed to parse: '%s'\n", geom_str);
557 } else if (f->size_hint_flags & PPosition) {
558 gtk_window_move (GTK_WINDOW (FRAME_GTK_OUTER_WIDGET (f)),
559 f->left_pos, f->top_pos);
557 } 560 }
558 } 561 }
559 562
560 563
561 /* Resize the outer window of frame F after chainging the height. 564 /* Resize the outer window of frame F after chainging the height.