X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkdebug.h;h=ecc9a70d75193be266f89da1f671d4e013d96e22;hb=56bcb1933f6de613e5d8689e23420d47b65425c3;hp=b9fb21803fc31db13ad293181caf9e123fe85d37;hpb=801875b8050e7113249943000276f72ffec07e6e;p=~andy%2Fgtk diff --git a/gtk/gtkdebug.h b/gtk/gtkdebug.h index b9fb21803..ecc9a70d7 100644 --- a/gtk/gtkdebug.h +++ b/gtk/gtkdebug.h @@ -12,9 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ /* @@ -24,13 +22,13 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ +#ifndef __GTK_DEBUG_H__ +#define __GTK_DEBUG_H__ + #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only can be included directly." #endif -#ifndef __GTK_DEBUG_H__ -#define __GTK_DEBUG_H__ - #include G_BEGIN_DECLS @@ -48,7 +46,8 @@ typedef enum { GTK_DEBUG_ICONTHEME = 1 << 9, GTK_DEBUG_PRINTING = 1 << 10, GTK_DEBUG_BUILDER = 1 << 11, - GTK_DEBUG_SIZE_REQUEST = 1 << 12 + GTK_DEBUG_SIZE_REQUEST = 1 << 12, + GTK_DEBUG_NO_CSS_CACHE = 1 << 13 } GtkDebugFlag; #ifdef G_ENABLE_DEBUG