Expose keybindings data types; add user_data parameter the handler signature.

This commit is contained in:
Tomas Frydrych
2009-01-29 14:53:03 +00:00
parent 813acae961
commit 23bed522ab
5 changed files with 163 additions and 84 deletions

View File

@@ -37,6 +37,7 @@
#include "common.h"
#include "boxes.h"
#include "display.h"
#include "keybindings-private.h"
#ifdef HAVE_STARTUP_NOTIFICATION
#include <libsn/sn.h>
@@ -46,7 +47,6 @@
#include <X11/extensions/sync.h>
#endif
typedef struct _MetaKeyBinding MetaKeyBinding;
typedef struct _MetaStack MetaStack;
typedef struct _MetaUISlave MetaUISlave;