SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
22
math/grpn/patches/patch-lcd_c
Normal file
22
math/grpn/patches/patch-lcd_c
Normal file
|
@ -0,0 +1,22 @@
|
|||
Port to gtk+2.
|
||||
|
||||
--- lcd.c.orig Thu Apr 4 05:46:11 2002
|
||||
+++ lcd.c Tue Mar 23 21:35:11 2010
|
||||
@@ -20,6 +20,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
/* lcd.c by Paul Wilkins 3/22/97 */
|
||||
|
||||
#include <stdio.h>
|
||||
+#include <stdlib.h>
|
||||
+#include <string.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
|
||||
@@ -677,7 +679,7 @@ void convertSelection(
|
||||
#else
|
||||
switch(selection->target){
|
||||
#endif
|
||||
- case GDK_TARGET_STRING:
|
||||
+/* case GDK_TARGET_STRING:*/
|
||||
case TARGET_STRING:
|
||||
gtk_selection_data_set(
|
||||
selection,
|
Loading…
Add table
Add a link
Reference in a new issue