diff options
| author | Trung Lê <8@tle.id.au> | 2026-06-10 11:11:52 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-10 11:11:52 +1000 |
| commit | 3d6435e45cc4b760afa10ddf96a1c542817c0fe1 (patch) | |
| tree | c461c87c953d6b57abb5ca353bfe8929d06fe12d /src/gsr-x11-window-picker.c | |
| parent | 76ff689850c160e7eca27ee51852dcf17cc1938a (diff) | |
| parent | 53ccd9f7ca56a77c445c1cf5eada3ea8e07c16b6 (diff) | |
Merge pull request #7 from runlevel5/feature/goblint-analysis
ci: adopt gobject-linter as a blocking static-analysis gate
Diffstat (limited to 'src/gsr-x11-window-picker.c')
| -rw-r--r-- | src/gsr-x11-window-picker.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gsr-x11-window-picker.c b/src/gsr-x11-window-picker.c index 83f1aa2..47ae182 100644 --- a/src/gsr-x11-window-picker.c +++ b/src/gsr-x11-window-picker.c @@ -2,13 +2,13 @@ #include <stdlib.h> #include <string.h> + +#include <X11/Xatom.h> #include <X11/Xutil.h> #include <X11/cursorfont.h> #include <X11/keysym.h> -#include <X11/Xatom.h> - -#include <glib.h> #include <glib-unix.h> +#include <glib.h> /* ── Internal struct ─────────────────────────────────────────────── */ |
