comparison audacious/dock.c @ 1640:6e477dd65024 trunk

[svn] - gtkquartz compatibility, pass 1
author nenolod
date Thu, 07 Sep 2006 17:25:29 -0700
parents 705d4c089fce
children bd51407ce849
comparison
equal deleted inserted replaced
1639:3299a2225fa6 1640:6e477dd65024
23 23
24 #include <gdk/gdk.h> 24 #include <gdk/gdk.h>
25 #include <stdlib.h> 25 #include <stdlib.h>
26 #include "main.h" 26 #include "main.h"
27 27
28 #include <gdk/gdkx.h> 28 #include "platform/smartinclude.h"
29 #include <X11/Xlib.h>
30 29
31 struct _DockedWindow { 30 struct _DockedWindow {
32 GtkWindow *w; 31 GtkWindow *w;
33 gint offset_x, offset_y; 32 gint offset_x, offset_y;
34 }; 33 };