diff options
author | rhp <rhp> | 2001-06-20 04:29:28 +0000 |
---|---|---|
committer | rhp <rhp> | 2001-06-20 04:29:28 +0000 |
commit | 5fee6341216809b2ac761f95826642cfb43b1985 (patch) | |
tree | eedbafbe72e89c9e6e605bea05ff02f3f5b95465 /src/core.h | |
parent | ca69bef032ad7952f0020663ac24a38d7d1563b3 (diff) | |
download | metacity-5fee6341216809b2ac761f95826642cfb43b1985.tar.gz metacity-5fee6341216809b2ac761f95826642cfb43b1985.tar.bz2 |
...
Diffstat (limited to 'src/core.h')
-rw-r--r-- | src/core.h | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -39,4 +39,18 @@ MetaFrameFlags meta_core_get_frame_flags (Display *xdisplay, void meta_core_queue_frame_resize (Display *xdisplay, Window frame_xwindow); +/* Move as a result of user operation */ +void meta_core_user_move (Display *xdisplay, + Window frame_xwindow, + int x, + int y); +/* get position of client, same coord space expected by move */ +void meta_core_get_position (Display *xdisplay, + Window frame_xwindow, + int *x, + int *y); + + #endif + + |