Skip to content
  • Christian Persch's avatar
    conf: Fix storing window size · 87b15aa3
    Christian Persch authored
    With newer gtk+, storing the size from the configure-event makes the window
    grow on restore, since that size will include the CSD borders. Use
    size-allocate event instead and gtk_window_get_size().
    87b15aa3