emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/gtkutil.c


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/gtkutil.c
Date: Tue, 20 Sep 2005 16:07:15 -0400

Index: emacs/src/gtkutil.c
diff -c emacs/src/gtkutil.c:1.69 emacs/src/gtkutil.c:1.70
*** emacs/src/gtkutil.c:1.69    Tue Aug 16 19:33:40 2005
--- emacs/src/gtkutil.c Tue Sep 20 20:07:15 2005
***************
*** 554,559 ****
--- 554,562 ----
      if (!gtk_window_parse_geometry (GTK_WINDOW (FRAME_GTK_OUTER_WIDGET (f)),
                                      geom_str))
        fprintf (stderr, "Failed to parse: '%s'\n", geom_str);
+   } else if (f->size_hint_flags & PPosition) {
+     gtk_window_move (GTK_WINDOW (FRAME_GTK_OUTER_WIDGET (f)),
+                      f->left_pos, f->top_pos);
    }
  }
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]