Пример #1
0
/**************************************************************************
...
**************************************************************************/
GdkPixbuf *get_thumb_pixbuf(int onoff)
{
  return sprite_get_pixbuf(get_treaty_thumb_sprite(tileset, BOOL_VAL(onoff)));
}
Пример #2
0
/**************************************************************************
...
**************************************************************************/
Pixmap get_thumb_pixmap(int onoff)
{
  /* FIXME: what about the mask? */
  return get_treaty_thumb_sprite(tileset, BOOL_VAL(onoff))->pixmap;
}