mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
Remove MetaWindowEdgePosition enum that isn't used anymore
2006-05-25 Elijah Newren <newren gmail com> * src/place.h: * src/common.h: Remove MetaWindowEdgePosition enum that isn't used anymore
This commit is contained in:
parent
a1324af018
commit
a8f382019a
@ -1,3 +1,9 @@
|
||||
2006-05-25 Elijah Newren <newren gmail com>
|
||||
|
||||
* src/place.h:
|
||||
* src/common.h:
|
||||
Remove MetaWindowEdgePosition enum that isn't used anymore
|
||||
|
||||
Thu May 25 15:56:43 2006 Søren Sandmann <sandmann@redhat.com>
|
||||
|
||||
* src/effects.h (struct MetaEffect): Move duplicated window field
|
||||
|
@ -200,7 +200,6 @@ typedef enum
|
||||
|
||||
/* Relative directions or sides seem to come up all over the place... */
|
||||
/* FIXME: Replace
|
||||
* place.[ch]:MetaWindowEdgePosition,
|
||||
* screen.[ch]:MetaScreenDirection,
|
||||
* workspace.[ch]:MetaMotionDirection,
|
||||
* with the use of MetaDirection.
|
||||
|
10
src/place.h
10
src/place.h
@ -25,16 +25,6 @@
|
||||
#include "window.h"
|
||||
#include "frame.h"
|
||||
|
||||
typedef enum _MetaWindowEdgePosition MetaWindowEdgePosition;
|
||||
|
||||
enum _MetaWindowEdgePosition
|
||||
{
|
||||
META_WINDOW_EDGE_TOP = 0,
|
||||
META_WINDOW_EDGE_LEFT,
|
||||
META_WINDOW_EDGE_RIGHT,
|
||||
META_WINDOW_EDGE_BOTTOM
|
||||
};
|
||||
|
||||
void meta_window_place (MetaWindow *window,
|
||||
MetaFrameGeometry *fgeom,
|
||||
int x,
|
||||
|
Loading…
Reference in New Issue
Block a user