c90da6da78
make workspace changing a grabbed/interactive process like focus cycling is, with the popup and all. this is some hot shit.
9 lines
211 B
C
9 lines
211 B
C
#ifndef ob__translate_h
|
|
#define ob__translate_h
|
|
|
|
#include <glib.h>
|
|
|
|
gboolean translate_button(gchar *str, guint *state, guint *keycode);
|
|
gboolean translate_key(gchar *str, guint *state, guint *keycode);
|
|
|
|
#endif
|