View Single Post
06-26-11, 11:30 AM   #3
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
For the first macro, I would suggest this:
Code:
/run SetCVar("gxWindow",1-GetCVar("gxWindow"))SetCVar("gxMaximize",0)RestartGx()
-- you can change "gxMaximize" to 1, if you want to toggle between fullscreen, and windowed (Fullscreen) mode
  Reply With Quote