aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/mb-wm-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox/mb-wm-types.h')
-rw-r--r--matchbox/mb-wm-types.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/matchbox/mb-wm-types.h b/matchbox/mb-wm-types.h
index 5d6dbf7..5111f2b 100644
--- a/matchbox/mb-wm-types.h
+++ b/matchbox/mb-wm-types.h
@@ -32,7 +32,7 @@
/* XXX: The plan is to eventually move this into mb-wm-window-manager.h
* the way we expose private struct members currently ends up resulting
* in *lots* of circular typedef dependencies! */
-typedef struct MBWindowManager MBWindowManager;
+typedef struct MBWMManager MBWMManager;
typedef struct MBWMFuncInfo
{
@@ -246,7 +246,7 @@ typedef Bool (*MBWMXEventFunc)
(void *xev,
void *userdata);
-typedef Bool (*MBWindowManagerMapNotifyFunc)
+typedef Bool (*MBWMManagerMapNotifyFunc)
(XMapEvent *xev,
void *userdata);
@@ -254,47 +254,47 @@ typedef Bool (*MBWindowManagerClientMessageFunc)
(XClientMessageEvent *xev,
void *userdata);
-typedef Bool (*MBWindowManagerMapRequestFunc)
+typedef Bool (*MBWMManagerMapRequestFunc)
(XMapRequestEvent *xev,
void *userdata);
-typedef Bool (*MBWindowManagerUnmapNotifyFunc)
+typedef Bool (*MBWMManagerUnmapNotifyFunc)
(XUnmapEvent *xev,
void *userdata);
-typedef Bool (*MBWindowManagerDestroyNotifyFunc)
+typedef Bool (*MBWMManagerDestroyNotifyFunc)
(XDestroyWindowEvent *xev,
void *userdata);
-typedef Bool (*MBWindowManagerConfigureNotifyFunc)
+typedef Bool (*MBWMManagerConfigureNotifyFunc)
(XConfigureEvent *xev,
void *userdata);
-typedef Bool (*MBWindowManagerConfigureRequestFunc)
+typedef Bool (*MBWMManagerConfigureRequestFunc)
(XConfigureRequestEvent *xev,
void *userdata);
-typedef Bool (*MBWindowManagerKeyPressFunc)
+typedef Bool (*MBWMManagerKeyPressFunc)
(XKeyEvent *xev,
void *userdata);
-typedef Bool (*MBWindowManagerPropertyNotifyFunc)
+typedef Bool (*MBWMManagerPropertyNotifyFunc)
(XPropertyEvent *xev,
void *userdata);
-typedef Bool (*MBWindowManagerButtonPressFunc)
+typedef Bool (*MBWMManagerButtonPressFunc)
(XButtonEvent *xev,
void *userdata);
-typedef Bool (*MBWindowManagerButtonReleaseFunc)
+typedef Bool (*MBWMManagerButtonReleaseFunc)
(XButtonEvent *xev,
void *userdata);
-typedef Bool (*MBWindowManagerMotionNotifyFunc)
+typedef Bool (*MBWMManagerMotionNotifyFunc)
(XMotionEvent *xev,
void *userdata);
-typedef Bool (*MBWindowManagerTimeOutFunc)
+typedef Bool (*MBWMManagerTimeOutFunc)
(void *userdata);
#if USE_GLIB_MAINLOOP
@@ -305,7 +305,7 @@ typedef int MBWMIOChannel;
typedef int MBWMIOCondition;
#endif
-typedef Bool (*MBWindowManagerFdWatchFunc)
+typedef Bool (*MBWMManagerFdWatchFunc)
(MBWMIOChannel *channel,
MBWMIOCondition events,
void *userdata);