Re: [dev] [st] [PATCH 3/3] Move geometry initialization to xinit()

2012-09-15 Thread Martti Kühne
On Thu, Sep 13, 2012 at 11:19 PM, Roberto E. Vargas Caballero k...@shike2.com wrote: xinit() is the function which performs all the X Windows initilization, so it can be desired doing the geometry parsing into that function, and let the argv loop of main as simple like other parameter cases.

Re: [dev] [st] [PATCH 3/3] Move geometry initialization to xinit()

2012-09-15 Thread Christoph Lohmann
Greetings. On Sat, 15 Sep 2012 16:52:35 +0200 Martti Kühne mysat...@gmail.com wrote: On Thu, Sep 13, 2012 at 11:19 PM, Roberto E. Vargas Caballero k...@shike2.com wrote: xinit() is the function which performs all the X Windows initilization, so it can be desired doing the geometry parsing

[dev] [st] [PATCH 3/3] Move geometry initialization to xinit()

2012-09-13 Thread Roberto E. Vargas Caballero
xinit() is the function which performs all the X Windows initilization, so it can be desired doing the geometry parsing into that function, and let the argv loop of main as simple like other parameter cases. --- st.c | 53 +++-- 1 file changed, 27