diff options
author | Alexander Larsson <alexl@redhat.com> | 2001-04-02 07:15:30 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2001-04-02 07:15:30 +0000 |
commit | 5d1ee0929e0c4fb6cdbfa7a4bf28e2071da9a220 (patch) | |
tree | e9d7fbffbede560174bd548d0e3b3ba57d139844 /gtk/gtkwindow-decorate.c | |
parent | dac3b3a168558171b452d75d5692f6fb216a5294 (diff) | |
download | gtk+-5d1ee0929e0c4fb6cdbfa7a4bf28e2071da9a220.tar.gz |
Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove
2001-04-02 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkwindow-fb.c:
Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
warnings that were spewed on startup.
* gtk/gtkwindow-decorate.c:
gtk_window_reposition -> _gtk_window_reposition
Diffstat (limited to 'gtk/gtkwindow-decorate.c')
-rw-r--r-- | gtk/gtkwindow-decorate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkwindow-decorate.c b/gtk/gtkwindow-decorate.c index 1e6690a2c0..20601695f7 100644 --- a/gtk/gtkwindow-decorate.c +++ b/gtk/gtkwindow-decorate.c @@ -361,7 +361,7 @@ gtk_decorated_window_motion_notify (GtkWidget *widget, dx = x - deco->last_x; dy = y - deco->last_y; - gtk_window_reposition (window, win_x + dx, win_y + dy); + _gtk_window_reposition (window, win_x + dx, win_y + dy); } if (deco->resize != RESIZE_NONE) |