mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-06 19:16:35 +01:00
reorganize toxic_windows.h into two separate header files, rename main.c to toxic.c
This commit is contained in:
@@ -20,6 +20,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _groupchat_h
|
||||
#define _groupchat_h
|
||||
|
||||
#include "toxic.h"
|
||||
#include "windows.h"
|
||||
|
||||
#define SIDEBAR_WIDTH 16
|
||||
#define SDBAR_OFST 2 /* Offset for the peer number box at the top of the statusbar */
|
||||
|
||||
@@ -37,3 +43,5 @@ typedef struct {
|
||||
void kill_groupchat_window(ToxWindow *self);
|
||||
int init_groupchat_win(ToxWindow *prompt, Tox *m, int groupnum);
|
||||
ToxWindow new_group_chat(Tox *m, int groupnum);
|
||||
|
||||
#endif /* #define _groupchat_h */
|
||||
|
||||
Reference in New Issue
Block a user