[gtk/matthiasc/for-master: 14/14] docs: Drop a mention of gdk_window_move()



commit 9c82946e45480c6b73cbf8fb69859c1f57f9b1ca
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue May 26 20:05:11 2020 -0400

    docs: Drop a mention of gdk_window_move()
    
    We don't have windows anymore, and they don't move
    anymore either.

 gdk/gdktypes.h | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/gdk/gdktypes.h b/gdk/gdktypes.h
index daa798a45d..e461f2bfcf 100644
--- a/gdk/gdktypes.h
+++ b/gdk/gdktypes.h
@@ -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
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]