mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
3ac5c145aa
- Respect NLS option [1] - Take maintainership [1] - Port needs pkg-config during build - Fix build with clang - Trim Makefile header PR: ports/173292 [1] Submitted by: nemysis <nemysis@gmx.ch> [1] Feature safe: yes
12 lines
261 B
C
12 lines
261 B
C
--- ./src/global.c.orig 2012-12-03 17:33:00.000000000 +0100
|
|
+++ ./src/global.c 2012-12-03 17:33:17.000000000 +0100
|
|
@@ -730,7 +730,7 @@
|
|
printf("Key1: %04x\n", event->keyval);
|
|
}
|
|
|
|
-gboolean
|
|
+void
|
|
main_canvas_keypressed1(GdkEventKey *event)
|
|
{
|
|
GtkWidget *w;
|