Commit fb90e1b6 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

winex11: Initialize the length of each side of the color cube to 1.

parent b4eb8e84
......@@ -587,7 +587,7 @@ static void X11DRV_PALETTE_FillDefaultColors( const PALETTEENTRY *sys_pal_templa
* cube - based on Greg Kreider's code.
*/
int i = 0, idx = 0;
int i = 1, idx = 0;
int red, no_r, inc_r;
int green, no_g, inc_g;
int blue, no_b, inc_b;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment