winlivebg_test1

changeset 1:aa6a9521b088

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 17 Oct 2019 09:32:42 +0300
parents d6d791557330
children a9025f31ae2d
files src/main.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/src/main.c	Thu Oct 17 02:54:07 2019 +0300
     1.2 +++ b/src/main.c	Thu Oct 17 09:32:42 2019 +0300
     1.3 @@ -110,8 +110,8 @@
     1.4  	if((pgman_win = FindWindow("Progman", 0))) {
     1.5  		parent = pgman_win;
     1.6  		GetWindowRect(pgman_win, &rect);
     1.7 -		//width = rect.right - rect.left;
     1.8 -		//height = rect.bottom - rect.top;
     1.9 +		width = rect.right - rect.left;
    1.10 +		height = rect.bottom - rect.top;
    1.11  
    1.12  		/*
    1.13  		SendMessage(pgman_win, 0x52c, 0, 0);