5 Star 0 Fork 10

src-openEuler/mate-notification-daemon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0011-fix-kiran-theme-Remove-the-blue-border-when-the-mous.patch 901 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhaosai 提交于 2024-10-22 14:32 . sync patch from 1.22.1, fix kiran themes
From 30a876fadfd16b284fbff016c0dd6fe9ea576db7 Mon Sep 17 00:00:00 2001
From: zhaosai <zhaosaisai@kylinos.cn>
Date: Tue, 22 Oct 2024 14:29:48 +0800
Subject: [PATCH] fix kiran theme Remove the blue border when the mouse enters
---
src/themes/kiran/kiran.c | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/src/themes/kiran/kiran.c b/src/themes/kiran/kiran.c
index 732cb2e..7f6b9b1 100644
--- a/src/themes/kiran/kiran.c
+++ b/src/themes/kiran/kiran.c
@@ -321,15 +321,6 @@ paint_window_when_pointer_enter(GtkWidget *widget,
fill_background_when_pointer_enter(widget, windata, cr2);
cairo_fill(cr2);
- rounded_rectangle(cr2, 0, 0, windata->width, windata->height, 8);
- cairo_set_source_rgba(cr2,
- 40 / 255.0,
- 144 / 255.0,
- 216 / 255.0,
- 1.0);
- cairo_set_line_width(cr2, 4.0);
- cairo_stroke(cr2);
-
cairo_destroy(cr2);
cairo_save(cr);
--
2.25.1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/mate-notification-daemon.git
git@gitee.com:src-openeuler/mate-notification-daemon.git
src-openeuler
mate-notification-daemon
mate-notification-daemon
master

搜索帮助