~bregma/geis/lp-785321

« back to all changes in this revision

Viewing changes to libutouch-geis/backend/xcb/geis_xcb_backend_sub_table.c

  • Committer: Stephen M. Webb
  • Date: 2011-08-19 13:30:59 UTC
  • Revision ID: stephen.webb@canonical.com-20110819133059-otxzdnhj39w1jl8t
Fix FTBFS on i386 targets.

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
      table->data = new_data;
109
109
    }
110
110
  }
111
 
  geis_debug("size=%lu count=%lu", table->size, table->count);
112
111
  _set_table_entry(&table->data[table->count], window_id, device_id, token);
113
112
  ++table->count;
114
113
}
126
125
  {
127
126
    if (table->data[i].token == token)
128
127
    {
129
 
      geis_debug("removing token %lu: count=%lu", i, table->count);
130
128
      GeisSize j = i;
131
129
      for (j = i+1; j < table->count; ++j)
132
130
      {