1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-03-08 19:55:45 +01:00

Changing TyrQuake ebuild for use virtual/jpeg

Added patch for Sylpheed to use menu key to popup menus
This commit is contained in:
root
2012-10-03 18:26:49 +02:00
parent 74eb2fd504
commit 40a0b3526b
10 changed files with 361 additions and 163 deletions

View File

@@ -0,0 +1,23 @@
------------------------------------------------------------------------
r3033 | hiro | 2012-03-26 16:36:06 +0900 (Mon, 26 Mar 2012) | 1 line
removed direct inclusion of <glibconfig.h> and <glib/gwin32.h> (fixes Bug #53).
------------------------------------------------------------------------
Index: libsylph/defs.h
===================================================================
--- libsylph/defs.h (revision 3032)
+++ libsylph/defs.h (revision 3033)
@@ -24,12 +24,8 @@
# include "config.h"
#endif
-#include <glibconfig.h>
+#include <glib.h>
-#ifdef G_OS_WIN32
-# include <glib/gwin32.h>
-#endif
-
#if HAVE_PATHS_H
# include <paths.h>
#endif