/[hegemonie]/hegemonie/Interface/UiLabel.m
ViewVC logotype

Diff of /hegemonie/Interface/UiLabel.m

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by dam, Tue Jun 3 23:16:44 2003 UTC revision 1.3 by zaral, Wed Jun 4 16:50:34 2003 UTC
# Line 24  Line 24 
24  #include <Foundation/NSException.h>  #include <Foundation/NSException.h>
25  #include <Foundation/NSGeometry.h>  #include <Foundation/NSGeometry.h>
26    
27    #include <GL/gl.h>
28    
29  #include "Interface/UiLabel.h"  #include "Interface/UiLabel.h"
30  #include "Interface/UiText.h"  #include "Interface/UiText.h"
31    
# Line 96  Line 98 
98  }  }
99    
100    
101  - (void) display  - (void) _display
102  {  {
103    [super display];    glColor3f (0.0, 0.0, 1.0);
   
   glColor3f (0.0, 0.0, 0.0);  
104    [_uiText display];    [_uiText display];
105  }  }
106    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26