Github messages for voidlinux
 help / color / mirror / Atom feed
From: sgn <sgn@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: Kill pangox-compat
Date: Sat, 10 Oct 2020 06:14:49 +0200	[thread overview]
Message-ID: <20201010041449.Z5V4GhYr4ssxoPB7MPqj_NrVRgHVYR9WQfMII3n5Q04@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25455@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1281 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/25455#issuecomment-706483416

Comment:
> I tried to do this... I ran into problems.
> 
> `gtkglextmm` has a corresponding API to `gtkglext`'s `gtkglfont` api that needs to be killed off too.

~Which one? I couldn't find that~ Found it.


> Furthermore `ufoairadiant` breaks with this change as it has an internal library that links against `gtkglfont` for font rendering in `ufoairadiant`.

Let me see.

> 
> This patch fixes the `glOrthof` stuff:
> 
> ```
> SDL_opengl.h dosen't have the nessecary headers. GL/gl.h has the parts
> of SDL_opengl.h needed for SDL_opengl_glext.h, then include
> SDL_opengl_glext.h which has the *f functions.
> 
> --- src/client/renderer/r_gl.h  2020-10-08 07:50:29.818581990 +1100
> +++ src/client/renderer/r_gl.h  2020-10-08 07:52:16.805006133 +1100
> @@ -29,7 +29,8 @@
>  #include "../../ports/android/r_gles_android.h"
>  #include <stdlib.h>
>  #else
> -#include <SDL_opengl.h>
> +#include <GL/gl.h>
> +#include <SDL_opengl_glext.h>
>  #endif
> 
>  inline void R_DrawArrays (GLint first, GLsizei count) {
> ```

Excellent! Thanks,


> `src/tools/radiant/libs/gtkutil/glfont.cpp` is the one that uses glfont.



  parent reply	other threads:[~2020-10-10  4:14 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-09 13:21 [PR PATCH] " sgn
2020-10-09 13:23 ` [PR PATCH] [Updated] " sgn
2020-10-09 13:39 ` sgn
2020-10-09 14:19 ` sgn
2020-10-09 15:14 ` sgn
2020-10-09 15:17 ` sgn
2020-10-09 15:20 ` sgn
2020-10-10  0:03 ` sgn
2020-10-10  0:13 ` sgn
2020-10-10  3:23 ` fosslinux
2020-10-10  3:25 ` fosslinux
2020-10-10  4:06 ` sgn
2020-10-10  4:08 ` sgn
2020-10-10  4:14 ` sgn
2020-10-10  4:14 ` sgn [this message]
2020-10-10  5:36 ` [PR PATCH] [Updated] " sgn
2020-10-10  6:46 ` sgn
2020-10-10  6:50 ` sgn
2020-10-10  8:58 ` [PR PATCH] [Updated] " sgn
2020-10-10 10:24 ` fosslinux
2020-10-13 14:46 ` [PR PATCH] [Merged]: " sgn
2020-10-14 17:34 ` q66
2020-10-24 20:56 ` fosslinux

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201010041449.Z5V4GhYr4ssxoPB7MPqj_NrVRgHVYR9WQfMII3n5Q04@z \
    --to=sgn@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).