Make plasma window start larger

This commit is contained in:
K. Lange 2018-04-17 20:49:49 +09:00 committed by Kevin Lange
parent 72e5d5fb12
commit eba15c3327

View File

@ -103,8 +103,8 @@ void resize_finish(int w, int h) {
int main (int argc, char ** argv) {
yctx = yutani_init();
win_width = 100;
win_height = 100;
win_width = 300;
win_height = 300;
init_decorations();