When using -g hint the WM that we've got user specified geometry

Without this some window managers (e.g. fvwm) will ignore the initial
window position and place it according to it's own rules.
This commit is contained in:
tv
2013-01-30 20:39:28 +01:00
parent bcbe3b1475
commit 3f25b907bd
3 changed files with 53 additions and 19 deletions

1
main.c
View File

@ -26,7 +26,6 @@
#include <sys/select.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <X11/Xutil.h>
#include <X11/keysym.h>
#include "types.h"