no need to call XrmInit outside of Config class. fix indenting.
This commit is contained in:
parent
1da5287620
commit
32c1369752
1 changed files with 1 additions and 2 deletions
|
@ -164,7 +164,6 @@ Blackbox::Blackbox(char **m_argv, char *dpy_name, char *rc, char *menu)
|
|||
active_screen = 0;
|
||||
focused_window = changing_window = (BlackboxWindow *) 0;
|
||||
|
||||
XrmInitialize();
|
||||
load_rc();
|
||||
|
||||
xatom = new XAtom(getXDisplay());
|
||||
|
|
Loading…
Reference in a new issue