diff options
Diffstat (limited to 'games/noegnud-nethack-deet/files/patch-noegnud_noegnud_gui.c')
-rw-r--r-- | games/noegnud-nethack-deet/files/patch-noegnud_noegnud_gui.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/noegnud-nethack-deet/files/patch-noegnud_noegnud_gui.c b/games/noegnud-nethack-deet/files/patch-noegnud_noegnud_gui.c new file mode 100644 index 000000000000..420fb13f3009 --- /dev/null +++ b/games/noegnud-nethack-deet/files/patch-noegnud_noegnud_gui.c @@ -0,0 +1,11 @@ +--- noegnud/noegnud_gui.c.orig 2007-10-02 14:32:19.000000000 +0200 ++++ noegnud/noegnud_gui.c 2007-10-02 14:32:30.000000000 +0200 +@@ -627,7 +627,7 @@ + //button=(noegnud_gui_tbutton *)noegnud_gui_create_window(parent,x,y,width,height,(sizeof(noegnud_gui_twindow)-sizeof(noegnud_gui_twidget))+datasize); + + text=noegnud_gui_create_text( +- (noegnud_gui_twidget *)button=(noegnud_gui_tbutton *)noegnud_gui_create_window( ++ button=(noegnud_gui_tbutton *)noegnud_gui_create_window( + parent, + x,y, + width,height, |