Ignore:
Timestamp:
Mar 18, 2008, 9:36:56 PM (15 years ago)
Author:
Sam Hocevar
Message:
  • Get rid of ugly tabs and trailing spaces everywhere.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • abuse/trunk/src/imlib/jwindow.hpp

    r120 r124  
    5252  void release_focus();
    5353  void allow_no_selections();
    54   ~InputManager(); 
     54  ~InputManager();
    5555} ;
    5656
     
    7979    virtual char *read() = 0;
    8080    virtual ifield *find(int search_id) { if (id==search_id) return this; else return NULL; }
    81     virtual ifield *unlink(int id) { return NULL; } 
     81    virtual ifield *unlink(int id) { return NULL; }
    8282    virtual ~ifield();
    8383} ;
     
    124124    void clip_in() { screen->set_clip(x1(), y1(), x2(), y2()); }
    125125    void clip_out() { screen->set_clip(0, 0, l - 1, h - 1); }
    126     char *read(int id) { return inm->get(id)->read(); } 
     126    char *read(int id) { return inm->get(id)->read(); }
    127127    void local_close();
    128128
     
    153153    JCFont *fnt, *wframe_fnt;
    154154
    155     WindowManager(image *, palette *, int hi, int med, int low, JCFont *); 
     155    WindowManager(image *, palette *, int hi, int med, int low, JCFont *);
    156156    ~WindowManager();
    157157
     
    175175    JCFont *font() { return fnt; }
    176176    int has_mouse() { return eh->has_mouse(); }
    177     void mouse_status(int &x, int &y, int &button) {eh->mouse_status(x,y,button); }           
    178     void set_mouse_shape(image *im, int centerx, int centery) 
     177    void mouse_status(int &x, int &y, int &button) {eh->mouse_status(x,y,button); }   
     178    void set_mouse_shape(image *im, int centerx, int centery)
    179179    { eh->set_mouse_shape(im,centerx,centery); }
    180180
Note: See TracChangeset for help on using the changeset viewer.