Ignore:
Timestamp:
Feb 8, 2013, 4:32:21 PM (13 years ago)
Author:
garnier
Message:

avancements sur PI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/Quartz/picmapquartz.cpp

    r3747 r4085  
    2323mColRGB = new PIColor[n];
    2424mNewCol = new bool[n];
    25 int i;
    2625/*
    27 for(i=0; i<n; i++) 
     26for(int i=0; i<n; i++)
    2827  { mColors[i] = BlackPixel(PIXDisplay(), PIXScreen());
    2928  mColRGB[i].red = mColRGB[i].green = mColRGB[i].blue = 0;
     
    5756
    5857//static  Colormap  defxcmap;
    59 static  int xinicmap = 0;
     58//static  int xinicmap = 0;
    6059static int NTotColors = 0;
    6160static int NTotAllocCol = 0;
    6261
    63 static int nerrallocol = 0;
     62//static int nerrallocol = 0;
    6463
    6564/* --Methode-- */
Note: See TracChangeset for help on using the changeset viewer.