Fix unintended rename of gtk*

pull/1/head
Slávek Banko 11 years ago
parent a1a09af628
commit 9d6f7c9a63

@ -4,7 +4,7 @@
#include <gtk/gtknotebook.h>
#include <gdk/gdkgc.h>
#include <gtk/gttdestyle.h>
#include <gtk/gtkstyle.h>
#include <gtk/gtkbutton.h>
#include <gtk/gtkprogressbar.h>

@ -1,4 +1,4 @@
#include <gtk/gttdestyle.h>
#include <gtk/gtkstyle.h>
typedef struct _QtEngineStyle QtEngineStyle;
typedef struct _QtEngineStyleClass QtEngineStyleClass;

@ -1631,7 +1631,7 @@ qtengine_style_init (QtEngineStyle *style)
}
/* Copied these functions from gttdestyle.c
/* Copied these functions from gtkstyle.c
Evil, evil GTK... why isn't this stuff exported? */
#define LIGHTNESS_MULT 1.3

Loading…
Cancel
Save