mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Made it static
This commit is contained in:
parent
6a06898050
commit
6b78cb3b0a
@ -24,7 +24,7 @@
|
|||||||
#define TRAY_ICONS_SPACE 5
|
#define TRAY_ICONS_SPACE 5
|
||||||
|
|
||||||
/* multiple tray's are not allowed anyways so this can work */
|
/* multiple tray's are not allowed anyways so this can work */
|
||||||
Tray *curr_tray = 0;
|
static Tray *curr_tray = 0;
|
||||||
|
|
||||||
static int handle_xevent(int e) {
|
static int handle_xevent(int e) {
|
||||||
if(fl_xevent->type == ClientMessage && fl_xevent->xclient.message_type == curr_tray->get_opcode()) {
|
if(fl_xevent->type == ClientMessage && fl_xevent->xclient.message_type == curr_tray->get_opcode()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user