1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/graphics/cbrpager/files/patch-src__global.c
Pawel Pekala 3ac5c145aa - Install program's icon [1]
- 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
2012-12-03 16:57:09 +00:00

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;