aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/x11/x11.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/x11/x11.cpp')
-rw-r--r--backends/platform/x11/x11.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/backends/platform/x11/x11.cpp b/backends/platform/x11/x11.cpp
index e82b4bf2d6..3acc40e861 100644
--- a/backends/platform/x11/x11.cpp
+++ b/backends/platform/x11/x11.cpp
@@ -30,7 +30,6 @@
#include "common/system.h"
#include "common/util.h"
#include "base/main.h"
-#include "backends/intern.h"
#include "backends/platform/x11/x11.h"
#include "backends/plugins/posix/posix-provider.h"
@@ -61,6 +60,12 @@
#include <fcntl.h>
#include <sys/ioctl.h>
+
+//#define SAMPLES_PER_SEC 11025
+#define SAMPLES_PER_SEC 22050
+//#define SAMPLES_PER_SEC 44100
+
+
int main(int argc, char *argv[]) {
g_system = OSystem_X11::create(0, 0);
assert(g_system);