[mutter] core: Remove META_CORE_GET_FRAME_WIDTH / HEIGHT from documentation



commit f303ec2eaae5d0bb99bf6cf7c8af122f384bb841
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Jan 1 09:23:03 2015 -0800

    core: Remove META_CORE_GET_FRAME_WIDTH / HEIGHT from documentation
    
    It messes up my autocomplete.

 src/core/core.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/core/core.h b/src/core/core.h
index cc9fd8f..3bb4938 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -47,8 +47,7 @@ typedef enum
  * For example:
  *
  *   meta_core_get (my_display, my_window,
- *                  META_CORE_GET_FRAME_WIDTH, &width,
- *                  META_CORE_GET_FRAME_HEIGHT, &height,
+ *                  META_CORE_GET_FRAME_RECT, &rect,
  *                  META_CORE_GET_END);
  *
  * If the window doesn't have a frame, this will raise a meta_bug. To suppress


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