|
3 registered members (dBc, clonman, TipmyPip),
18,816
guests, and 5
spiders. |
Key:
Admin,
Global Mod,
Mod
|
|
|
Re: Screen Resolution
[Re: garv3]
#297978
11/11/09 01:10
11/11/09 01:10
|
Joined: Nov 2009
Posts: 34
Sepiantum
OP
Newbie
|
OP
Newbie
Joined: Nov 2009
Posts: 34
|
My bad, i wanted to change the window width and height, not the resolution. Sorry.
Last edited by Sepiantum; 11/11/09 01:21.
|
|
|
Re: Screen Resolution
[Re: Sepiantum]
#297984
11/11/09 02:51
11/11/09 02:51
|
Joined: Jul 2008
Posts: 553 Singapore
delinkx
User
|
User
Joined: Jul 2008
Posts: 553
Singapore
|
see video_window from the manual. video_window(VECTOR* pos,VECTOR* size,var style,STRING* title)
pos vector containing the new x and y position in pixels, or NULL for no change size vector containing the new x and y size in pixels, or NULL for no change title new title of the window, or NULL for no change style 0 for no change, or a combination of the following modes:
1 no border 2 thin border 4 thick border that allows resizing the window 16 title bar and border 48 title bar with close button 112 title bar with close and minimize buttons 256 hide the window
|
|
|
Re: Screen Resolution
[Re: rojart]
#298122
11/12/09 03:49
11/12/09 03:49
|
Joined: Nov 2009
Posts: 34
Sepiantum
OP
Newbie
|
OP
Newbie
Joined: Nov 2009
Posts: 34
|
|
|
|
|
|
|