[gtk/fix-cursor-hiding: 2/7] ngl: Reword a warning
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/fix-cursor-hiding: 2/7] ngl: Reword a warning
- Date: Thu, 25 Mar 2021 19:27:10 +0000 (UTC)
commit ec235fa3535952dc97ee7eee35edefd8700117a2
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Mar 25 08:00:10 2021 -0400
ngl: Reword a warning
gsk/ngl/gskngltexturelibrary.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gsk/ngl/gskngltexturelibrary.c b/gsk/ngl/gskngltexturelibrary.c
index 85449b3fa2..7c28cae586 100644
--- a/gsk/ngl/gskngltexturelibrary.c
+++ b/gsk/ngl/gskngltexturelibrary.c
@@ -204,7 +204,7 @@ gsk_ngl_texture_library_pack_one (GskNglTextureLibrary *self,
if (width > self->driver->command_queue->max_texture_size ||
height > self->driver->command_queue->max_texture_size)
{
- g_warning ("Clipping requested texture of size %ux%u to maximum allowable size %u.",
+ g_warning ("Texture bigger (%ux%u) than the aximum allowable size %u.",
width, height, self->driver->command_queue->max_texture_size);
width = MIN (width, self->driver->command_queue->max_texture_size);
height = MIN (height, self->driver->command_queue->max_texture_size);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]