Author: cazfi
Date: Tue Nov  3 19:08:58 2015
New Revision: 30390

URL: http://svn.gna.org/viewcvs/freeciv?rev=30390&view=rev
Log:
Removed outdated comment, derived from gtk2-client, from gtk3-client sprite.h

Modified:
    branches/S2_5/client/gui-gtk-3.0/sprite.h

Modified: branches/S2_5/client/gui-gtk-3.0/sprite.h
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/client/gui-gtk-3.0/sprite.h?rev=30390&r1=30389&r2=30390&view=diff
==============================================================================
--- branches/S2_5/client/gui-gtk-3.0/sprite.h   (original)
+++ branches/S2_5/client/gui-gtk-3.0/sprite.h   Tue Nov  3 19:08:58 2015
@@ -15,17 +15,12 @@
 
 #include <gtk/gtk.h>
 
+/* client */
 #include "sprite_g.h"
 
 struct sprite
 {
-  /* A pixmap + mask is used if there's a 1-bit alpha channel.  mask may be
-   * NULL if there's no alpha.  For multi-bit alpha levels, a pixbuf will be
-   * used instead.  For consistency a pixbuf may be generated on-demand when
-   * doing drawing (into a gtkpixcomm or gtkimage), so it's important that
-   * the sprite data not be changed after the sprite is loaded. */
   cairo_surface_t *surface;
-
 };
 
 struct sprite *sprite_scale(struct sprite *src, int new_w, int new_h);


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to