/[adonthell]/adonthell-0.3/src/label.h
ViewVC logotype

Diff of /adonthell-0.3/src/label.h

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

revision 1.5 by ksterker, Fri Nov 23 13:24:54 2001 UTC revision 1.6 by ksterker, Mon Oct 25 06:55:01 2004 UTC
# Line 1  Line 1 
1  /*  /*
2       $Id$
3    
4       (C) Copyright 2000/2001/2004 Joel Vennin
    (C) Copyright 2000/2001 Joel Vennin  
5     Part of the Adonthell Project http://adonthell.linuxgames.com     Part of the Adonthell Project http://adonthell.linuxgames.com
6    
7     This program is free software; you can redistribute it and/or modify     This program is free software; you can redistribute it and/or modify
# Line 129  public : Line 129  public :
129            
130    
131  protected :  protected :
132        u_int16 ucd (u_int16 & idx);
133            
134      struct Sline_text      struct Sline_text
135      {      {
136          u_int16 idx_beg;          u_int16 idx_beg;
137          s_int16 idx_end;          s_int16 idx_end;
138          u_int16 pos_x;          u_int16 pos_x;
139      };      };
140            
# Line 215  protected : Line 216  protected :
216      // my text      // my text
217      string my_text_;      string my_text_;
218            
219        // temporary for gathering utf-8 text
220        string new_text_;
221        
222      // form display      // form display
223      u_int8 my_form_;        u_int8 my_form_;  
224            

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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