summaryrefslogtreecommitdiff
path: root/gtk/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-10-23 07:56:41 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-10-23 08:05:17 -0400
commit01bcd96d16963f175fb5245f6d46ffcd81be0ef4 (patch)
treeb87d93790802917e7894124f10f6e97a8cc66503 /gtk/meson.build
parent951773452a64dd0ae80ae26955d762dc25cdd8fd (diff)
downloadgtk+-async-dialog-api.tar.gz
Reimplement gtk_choose_color without a dialogasync-dialog-api
This commit introduces a private GtkColorChooserWindow which is a copy of GtkColorChooserDialog with the dialog bits redone, and uses it for the async color choose API. When GtkColorChooserDialog is dropped, the color chooser window can be renamed (and made public, if desired). We want to get rid of GtkDialog. This is a step in that direction.
Diffstat (limited to 'gtk/meson.build')
-rw-r--r--gtk/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/meson.build b/gtk/meson.build
index d7357d8576..6829e93ee9 100644
--- a/gtk/meson.build
+++ b/gtk/meson.build
@@ -186,6 +186,7 @@ gtk_public_sources = files([
'gtkcolorchooser.c',
'gtkcolorchooserdialog.c',
'gtkcolorchooserwidget.c',
+ 'gtkcolorchooserwindow.c',
'gtkcolorutils.c',
'gtkcolumnview.c',
'gtkcolumnviewcolumn.c',