How change the main window position?
How change the main window position?
Hello everyone,i use the new version 1.1.17 of wine. I can't move the main window.I can use cmd: wine explorer /desktop=1,HeightxHeigh winecfg.exe to change desktop size. but i want to change the main window position.
I try to use winecfg to configure,and donwload the source to modify the window.c and desktop.c. Lost.
Can you help me? Thanks!
I try to use winecfg to configure,and donwload the source to modify the window.c and desktop.c. Lost.
Can you help me? Thanks!
Re: How change the main window position?
Sounds like problem with your window manager not Wine.luzy080 wrote:Hello everyone,i use the new version 1.1.17 of wine. I can't move the main window.
Re: How change the main window position?
I'm sorry not express the problem. I can move the desktop through mouse. But I want to use source code to control the wine Virtual Desktop.
Should I find out the point is window manager not Wine?Sounds like problem with your window manager not Wine.
Re: How change the main window position?
From inside Wine? You can't.luzy080 wrote:But I want to use source code to control the wine Virtual Desktop.
I think he means that he wants to set the window position when creating the Virtual Desktop. If there isn't such an option (sorry, but I do not know), you could try to dig through Wine's code and that's probably a one-line change in terms of positioning, while adding the switch code is something larger.
Cheers,
Jorl17
Cheers,
Jorl17
How change the main window position?
vitamin wrote:
the position of the Virtual Desktop as it is an X process and X sets
where the window goes.
James McKenzie
Talk to your Linux Distro folks. Vitamin is correct, Wine cannot changeluzy080 wrote:
But I want to use source code to control the wine Virtual Desktop.
From inside Wine? You can't.
the position of the Virtual Desktop as it is an X process and X sets
where the window goes.
James McKenzie
This is what I would like to know the answer.At first I thought that wine can use the command line to achieve.Now know that the point of death.By WM_MOUSEDOWN / WM_MOUSEUP events to achieve is a very painful thing.So I have no clue what to doControl how? What you sending it WM_MOUSEDOWN / WM_MOUSEUP events?