Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 885873 Details for
Bug 925421
media-gfx/gpicview - Wayland support, live ebuild, version bump to 0.2.6
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
wayland patch
gpicview-0.2.5-wayland.patch (text/plain), 773 bytes, created by
jospezial
on 2024-02-24 14:04:16 UTC
(
hide
)
Description:
wayland patch
Filename:
MIME Type:
Creator:
jospezial
Created:
2024-02-24 14:04:16 UTC
Size:
773 bytes
patch
obsolete
>--- a/src/working-area.c 2017-12-26 11:59:37.099875498 +0100 >+++ b/src/working-area.c 2017-12-26 12:00:53.449875329 +0100 >@@ -23,14 +23,19 @@ > */ > > # include <gdk/gdk.h> >+#ifndef GDK_WINDOWING_WAYLAND > # include <gdk/gdkx.h> > # include <X11/Xlib.h> > # include <X11/Xutil.h> > # include <X11/Xatom.h> >+#endif > > void get_working_area(GdkScreen* screen, GdkRectangle *rect); > > static gboolean gf_display_get_workarea(GdkScreen* g_screen, GdkRectangle *rect) { >+#ifdef GDK_WINDOWING_WAYLAND >+ return FALSE; >+#else > Atom xa_desktops, xa_current, xa_workarea, xa_type; > Display *x_display; > Window x_root; >@@ -134,6 +139,7 @@ static gboolean gf_display_get_workarea( > XFree(data); > > return TRUE; >+#endif > } > > void get_working_area(GdkScreen* screen, GdkRectangle *rect)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 925421
:
885872
| 885873