Skip to content

Commit

Permalink
fix more includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
user-none committed Aug 17, 2024
1 parent 381ed32 commit e3a6df9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/trayitem.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
#include <QSystemTrayIcon>
#include <QSettings>

#include <xcb/proto.h>

#include "xlibutil.h"

#ifndef None
Expand Down
1 change: 1 addition & 0 deletions src/trayitemmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <sys/types.h>

#include <Xlib.h>
#include <xcb/proto.h>
#include "xlibutil.h"

#define ESC_key 9
Expand Down
1 change: 0 additions & 1 deletion src/xlibutil.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ class XLibUtil : public QObject {
static bool getCardinalProperty(Display *display, Window w, Atom prop, long *data);
static Display *display();
static Window appRootWindow();
static xcb_connection_t *xcbConnection();
};

#endif /* _XLIBUTIL_H */

0 comments on commit e3a6df9

Please sign in to comment.