Home
last modified time | relevance | path

Searched refs:next_power_magnification (Results 1 – 3 of 3) sorted by relevance

/dports/games/xfireworks/xfireworks-1.4/
H A Dmain.c121 static int next_power_magnification = DEFAULT_NEXT_POWER_MAGNIFICATION; variable
196 {"-next-power", ARGUMENTS_INTEGER, (void *)(&next_power_magnification)},
198 ARGUMENTS_INTEGER, (void *)(&next_power_magnification)},
252 if (next_power_magnification < 0) next_power_magnification = 0; in main()
273 next_power_magnification, in main()
H A DXFireworks.h35 int next_power_magnification,
H A DXFireworks.c82 int next_power_magnification, in XFireworks_Create() argument
130 next_power_magnification, in XFireworks_Create()