Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Sebastian Krzyszkowiak
phosh
Commits
aae360a0
Verified
Commit
aae360a0
authored
Dec 15, 2020
by
Sebastian Krzyszkowiak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
background test
parent
8775e876
Pipeline
#62261
passed with stages
in 20 minutes and 46 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
src/polkit-auth-prompt.c
src/polkit-auth-prompt.c
+2
-0
src/system-prompt.c
src/system-prompt.c
+2
-0
No files found.
src/polkit-auth-prompt.c
View file @
aae360a0
...
...
@@ -394,6 +394,8 @@ draw_cb (GtkWidget *widget, cairo_t *cr, gpointer unused)
GtkStyleContext
*
context
=
gtk_widget_get_style_context
(
widget
);
GdkRGBA
c
;
g_return_val_if_fail
(
PHOSH_IS_POLKIT_AUTH_PROMPT
(
widget
),
FALSE
);
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
gtk_style_context_get_background_color
(
context
,
GTK_STATE_FLAG_NORMAL
,
&
c
);
G_GNUC_END_IGNORE_DEPRECATIONS
...
...
src/system-prompt.c
View file @
aae360a0
...
...
@@ -532,6 +532,8 @@ draw_cb (GtkWidget *widget, cairo_t *cr, gpointer unused)
GtkStyleContext
*
context
=
gtk_widget_get_style_context
(
widget
);
GdkRGBA
c
;
g_return_val_if_fail
(
PHOSH_IS_SYSTEM_PROMPT
(
widget
),
FALSE
);
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
gtk_style_context_get_background_color
(
context
,
GTK_STATE_FLAG_NORMAL
,
&
c
);
G_GNUC_END_IGNORE_DEPRECATIONS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment