Skip to content

Commit

Permalink
Fixed: fix x11 build
Browse files Browse the repository at this point in the history
  • Loading branch information
vcaesar committed Oct 7, 2024
1 parent 3258566 commit ead43d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions screen/screen_c.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <ApplicationServices/ApplicationServices.h>
#elif defined(USE_X11)
#include <X11/Xlib.h>
#include <X11/Xresource.h>
// #include "../base/xdisplay_c.h"
#endif

Expand Down
6 changes: 3 additions & 3 deletions window/win_sys.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

#if defined(USE_X11)
#include <X11/Xresource.h>
#endif
// #if defined(USE_X11)
// #include <X11/Xresource.h>
// #endif

Bounds get_client(uintptr pid, int8_t isPid);

Expand Down

0 comments on commit ead43d0

Please sign in to comment.