Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 278778 | Differences between
and this patch

Collapse All | Expand All

(-)audacity-src-1.3.8/src/AudacityApp.cpp.orig (-1 / +6 lines)
Lines 21-26 It handles initialization and terminatio Link Here
21
#include <vld.h>
21
#include <vld.h>
22
#endif
22
#endif
23
23
24
#define GSocket GlibGSocket
25
#include <gtk/gtk.h>
26
#undef GSocket
27
24
#include "Audacity.h" // This should always be included first
28
#include "Audacity.h" // This should always be included first
25
29
26
#include <wx/defs.h>
30
#include <wx/defs.h>
Lines 331-337 void QuitAudacity() Link Here
331
///////////////////////////////////////////////////////////////////////////////
334
///////////////////////////////////////////////////////////////////////////////
332
335
333
#include <dlfcn.h>
336
#include <dlfcn.h>
334
#include <gtk/gtk.h>
337
#include <glib/gtypes.h>
338
#include <glib-object.h>
335
339
336
typedef struct _GnomeProgram GnomeProgram;
340
typedef struct _GnomeProgram GnomeProgram;
337
typedef struct _GnomeModuleInfo GnomeModuleInfo;
341
typedef struct _GnomeModuleInfo GnomeModuleInfo;

Return to bug 278778