notsecure / uTox

Lightweight Tox client
utox.org
GNU General Public License v3.0
598 stars 149 forks source link

utox_window_{width,height} aren't initialized properly #1146

Closed ghost closed 8 years ago

ghost commented 8 years ago

I have Openbox configured to open uTox on a fixed workspace, maximized and with no titlebars. uTox seems to be relying on the WM adding its titlebar just after creating the window to trigger a resize event: it's creating a window with the previously saved width/height correctly, but ends up using the hardcoded values at xlib/main.c:1243 for drawing the contents, so the bottom and right of the UI gets truncated until I manually resize or move it.

GrayHatter commented 8 years ago

can I have an image of the problem? Send it to https://github.com/GrayHatter/uTox maybe?

ghost commented 8 years ago

Never mind, everything seems to work now the ebuild's using your repo.