diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2025-03-16 18:18:28 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2025-03-16 18:18:28 +0100 |
| commit | db68623934e0637930c4dee74ad3ae88a4105b6b (patch) | |
| tree | 5767be00baafbd603ce53ae0aa563132d3edf9c4 /itches/emacs/pgtk-shift-space.c | |
| parent | 4da9ab585187e11159467fb8e5b9a88892efcf5b (diff) | |
| download | memory-leaks-db68623934e0637930c4dee74ad3ae88a4105b6b.tar.xz | |
Make PGTK itch easier to reproduce
Diffstat (limited to 'itches/emacs/pgtk-shift-space.c')
| -rw-r--r-- | itches/emacs/pgtk-shift-space.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/itches/emacs/pgtk-shift-space.c b/itches/emacs/pgtk-shift-space.c index c684bd3..7671d1d 100644 --- a/itches/emacs/pgtk-shift-space.c +++ b/itches/emacs/pgtk-shift-space.c @@ -1,3 +1,4 @@ +/* -*- compile-command: "gcc -g $(pkg-config --cflags gtk+-3.0) pgtk-shift-space.c $(pkg-config --libs gtk+-3.0)" -*- */ #include <stdio.h> #include <gtk/gtk.h> |
