Skip to content
Snippets Groups Projects
  • Richard Molitor's avatar
    dfe3c40f
    zoom: implement scale-down without flicker · dfe3c40f
    Richard Molitor authored
    this actually uses the old "force geometry" workaround to get the
    scale down behaviour (which makes the code a lot cleaner) by
    first setting the geometry after the window is created (to avoid
    creating a 0x0 sized window, which X does not like).
    dfe3c40f
    History
    zoom: implement scale-down without flicker
    Richard Molitor authored
    this actually uses the old "force geometry" workaround to get the
    scale down behaviour (which makes the code a lot cleaner) by
    first setting the geometry after the window is created (to avoid
    creating a 0x0 sized window, which X does not like).