mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 17:45:41 +02:00
script: move default mouse keys for script plugin from core to script-mouse.c
This commit is contained in:
@@ -25,6 +25,7 @@ script-command.c script-command.h
|
||||
script-completion.c script-completion.h
|
||||
script-config.c script-config.h
|
||||
script-info.c script-info.h
|
||||
script-mouse.c script-mouse.h
|
||||
script-repo.c script-repo.h)
|
||||
set_target_properties(script PROPERTIES PREFIX "")
|
||||
|
||||
|
||||
@@ -37,6 +37,8 @@ script_la_SOURCES = script.c \
|
||||
script-config.h \
|
||||
script-info.c \
|
||||
script-info.h \
|
||||
script-mouse.c \
|
||||
script-mouse.h \
|
||||
script-repo.c \
|
||||
script-repo.h
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,26 @@
|
||||
/*
|
||||
* Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
* This file is part of WeeChat, the extensible chat client.
|
||||
*
|
||||
* WeeChat is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* WeeChat is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef WEECHAT_SCRIPT_MOUSE_H
|
||||
#define WEECHAT_SCRIPT_MOUSE_H 1
|
||||
|
||||
extern int script_mouse_init ();
|
||||
extern void script_mouse_end ();
|
||||
|
||||
#endif /* WEECHAT_SCRIPT_MOUSE_H */
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user