# Window size bigger then specified

**URL:** https://discourse.piston.rs/t/window-size-bigger-then-specified/159
**Category:** Uncategorized
**Created:** [December 2, 2018, 3:59am UTC](https://discourse.piston.rs/t/window-size-bigger-then-specified/159 "2018-12-02T03:59:38Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![varomix](https://yyz1.discourse-cdn.com/flex029/user_avatar/discourse.piston.rs/varomix/32/38_2.png) [@varomix](https://discourse.piston.rs/u/varomix)
#### Post date: [December 2, 2018, 3:59am UTC](https://discourse.piston.rs/t/window-size-bigger-then-specified/159/1 "2018-12-02T03:59:38Z")

</div>

Hi guys  
I’m starting with Piston, I like it, but not sure why the window is bigger than the size I specify, even happens with the piston example Hello\_world  
that’s the code directly taken from github and running it, I changed nothing 🙂

 ![image](https://canada1.discourse-cdn.com/flex029/uploads/piston/original/1X/cb59aab001f331fa4fc84180109cf0a089058aef.png)

I also posted in this github issue

> <https://github.com/PistonDevelopers/piston/issues/1200>

thank you

---

<div class="post-metadata">

### Author: ![wezm](https://yyz1.discourse-cdn.com/flex029/user_avatar/discourse.piston.rs/wezm/32/33_2.png) [@wezm](https://discourse.piston.rs/u/wezm)
#### Post date: [December 3, 2018, 4:48am UTC](https://discourse.piston.rs/t/window-size-bigger-then-specified/159/2 "2018-12-03T04:48:19Z")

</div>

Might be a minimum size imposed by the window manager?

---

<div class="post-metadata">

### Author: ![varomix](https://yyz1.discourse-cdn.com/flex029/user_avatar/discourse.piston.rs/varomix/32/38_2.png) [@varomix](https://discourse.piston.rs/u/varomix)
#### Post date: [December 3, 2018, 7:25pm UTC](https://discourse.piston.rs/t/window-size-bigger-then-specified/159/3 "2018-12-03T19:25:04Z")

</div>

Turns out is a Glutin issue, I switched the Window to use GLFW window and works great, even faster, using glutin I was noticing a lag
