Changeset 4085 in Sophya for trunk/SophyaPI/PI/Quartz/picmapquartz.cpp
- Timestamp:
- Feb 8, 2013, 4:32:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/Quartz/picmapquartz.cpp
r3747 r4085 23 23 mColRGB = new PIColor[n]; 24 24 mNewCol = new bool[n]; 25 int i;26 25 /* 27 for(i =0; i<n; i++)26 for(int i=0; i<n; i++) 28 27 { mColors[i] = BlackPixel(PIXDisplay(), PIXScreen()); 29 28 mColRGB[i].red = mColRGB[i].green = mColRGB[i].blue = 0; … … 57 56 58 57 //static Colormap defxcmap; 59 static int xinicmap = 0;58 //static int xinicmap = 0; 60 59 static int NTotColors = 0; 61 60 static int NTotAllocCol = 0; 62 61 63 static int nerrallocol = 0;62 //static int nerrallocol = 0; 64 63 65 64 /* --Methode-- */
Note:
See TracChangeset
for help on using the changeset viewer.