From 65c73b332292cf97e537ae4c345cf352dc53fe5e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 16 Oct 2022 15:52:07 +0100 Subject: x11-drivers/nvidia-drivers : reorganise things so we support multiple versions --- .../files/nvidia-settings-fno-common.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 x11-misc/nvidia-settings/files/nvidia-settings-fno-common.patch (limited to 'x11-misc/nvidia-settings/files') diff --git a/x11-misc/nvidia-settings/files/nvidia-settings-fno-common.patch b/x11-misc/nvidia-settings/files/nvidia-settings-fno-common.patch new file mode 100644 index 00000000..be03fa27 --- /dev/null +++ b/x11-misc/nvidia-settings/files/nvidia-settings-fno-common.patch @@ -0,0 +1,22 @@ +--- a/src/gtk+-2.x/ctkvdpau.c ++++ b/src/gtk+-2.x/ctkvdpau.c +@@ -103,6 +103,8 @@ + const gchar* __video_mixer_attribute_help = + "This shows the video mixer attributes and any applicable ranges."; + ++struct VDPAUDeviceImpl VDPAUDeviceFunctions; ++ + static int queryOutputSurface(CtkVDPAU *ctk_vdpau, VdpDevice device, + VdpGetProcAddress *getProcAddress); + +--- a/src/gtk+-2.x/ctkvdpau.h ++++ b/src/gtk+-2.x/ctkvdpau.h +@@ -46,7 +46,7 @@ + (G_TYPE_INSTANCE_GET_CLASS ((obj), CTK_TYPE_VDPAU, CtkVDPAUClass)) + + +-struct VDPAUDeviceImpl { ++extern struct VDPAUDeviceImpl { + + VdpGetErrorString *GetErrorString; + VdpGetProcAddress *GetProcAddress; -- cgit v1.2.3