Cleanups
This commit is contained in:
@ -130,7 +130,7 @@ static void gdk_drag_context_finalize (GObject *object);
|
||||
|
||||
static GList *contexts;
|
||||
|
||||
const static struct {
|
||||
static const struct {
|
||||
const char *atom_name;
|
||||
GdkFilterFunc func;
|
||||
} xdnd_filters[] = {
|
||||
|
||||
@ -32,7 +32,6 @@
|
||||
|
||||
#include "gdkx.h"
|
||||
#include "gdk.h" /* For gdk_flush() */
|
||||
#include "gdkx.h"
|
||||
#include "gdkpixmap.h"
|
||||
#include "gdkinternals.h"
|
||||
#include "gdkdisplay-x11.h"
|
||||
|
||||
@ -1577,7 +1577,6 @@ gdk_window_hide (GdkWindow *window)
|
||||
case GDK_WINDOW_TEMP: /* ? */
|
||||
gdk_window_withdraw (window);
|
||||
return;
|
||||
break;
|
||||
|
||||
case GDK_WINDOW_FOREIGN:
|
||||
case GDK_WINDOW_ROOT:
|
||||
@ -5737,7 +5736,6 @@ wmspec_resize_drag (GdkWindow *window,
|
||||
g_warning ("gdk_window_begin_resize_drag: bad resize edge %d!",
|
||||
edge);
|
||||
return;
|
||||
break;
|
||||
}
|
||||
|
||||
wmspec_moveresize (window, direction, root_x, root_y, timestamp);
|
||||
|
||||
Reference in New Issue
Block a user