Ignore:
Timestamp:
Nov 6, 2005, 11:39:38 AM (17 years ago)
Author:
Sam Hocevar
Message:
  • debian patches
File:
1 edited

Legend:

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

    r2 r4  
    176176        if (red)
    177177        {
    178           jwindow *j=ev.window,*p;
     178          jwindow *j=ev.window;
    179179/*        screen->add_dirty(j->x,j->y,j->x+j->l-1,j->y+j->h-1);
    180180          for (p=first;p!=j;p=p->next)
     
    283283  jwindow *p,*q;
    284284
    285   int mx,my,but;
    286   image *mouse_pic,*mouse_save;
     285  int mx=0,my=0;
     286  image *mouse_pic=NULL,*mouse_save=NULL;
    287287 
    288288  if (has_mouse())
     
    427427ifield *input_manager::unlink(int id)     // unlinks ID from fields list and return the pointer to it
    428428{
    429   for (ifield *i=first,*last;i;i=i->next)
     429  for (ifield *i=first,*last=NULL;i;i=i->next)
    430430  {
    431431    if (i->id==id)
Note: See TracChangeset for help on using the changeset viewer.