View Single Post
01-21-14, 04:46 AM   #1
Stormrake
A Defias Bandit
Join Date: Jan 2014
Posts: 2
Macro to change the WoW windowed mode size?

Is there a macro that can let you change from fullscreen mode to a set windowed mode size. Right now I'm using the macro /run local a = "gxWindow"; SetCVar(a, 1-GetCVar(a)); SetCVar("gxMaximize", 0); RestartGx()
and manually changing the window size so I can watch movies while I fish in-game. Is there a macro that lets you do this or do I have to do this everytime?
  Reply With Quote