docs: Drop a mention of gdk_window_move()

We don't have windows anymore, and they don't move
anymore either.
This commit is contained in:
Matthias Clasen
2020-05-26 20:05:11 -04:00
parent e5a9255555
commit 9c82946e45

View File

@@ -137,11 +137,7 @@ typedef struct _GdkVulkanContext GdkVulkanContext;
* @GDK_GRAVITY_STATIC: the reference point is at the top left corner of the
* surface itself, ignoring window manager decorations.
*
* Defines the reference point of a surface and the meaning of coordinates
* passed to gtk_window_move(). See gtk_window_move() and the "implementation
* notes" section of the
* [Extended Window Manager Hints](http://www.freedesktop.org/Standards/wm-spec)
* specification for more details.
* Defines the reference point of a surface and is used in #GdkPopupLayout.
*/
typedef enum
{