Code

Initial cut of disabling floating windows on window managers with problems.
[inkscape.git] / src / widgets / sp-color-notebook.h
index b7cd8295f9e4ec1f17537dc1ed672591dcc86c8b..5eb29ac7357d3a15c65b7b5d5ecf2f5cefe6f93a 100644 (file)
@@ -62,7 +62,7 @@ protected:
     GtkWidget *_book;
     GtkWidget *_rgbal, *_rgbae; /* RGBA entry */
 #if ENABLE_LCMS
-    GtkWidget *_box_outofgamut, *_box_colormanaged;
+    GtkWidget *_box_outofgamut, *_box_colormanaged, *_box_toomuchink;
 #endif //ENABLE_LCMS
     GtkWidget *_p; /* Color preview */
     GtkWidget *_btn;