summaryrefslogtreecommitdiff
path: root/src/gtkext/area.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/area.c')
-rw-r--r--src/gtkext/area.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gtkext/area.c b/src/gtkext/area.c
index 3c59a59..3c573b2 100644
--- a/src/gtkext/area.c
+++ b/src/gtkext/area.c
@@ -85,6 +85,8 @@ static void gtk_composing_area_class_init(GtkComposingAreaClass *class)
widget = GTK_WIDGET_CLASS(class);
+ gtk_widget_class_set_css_name(widget, "comparea");
+
widget->snapshot = gtk_composing_area_snapshot;
}