Bug in gdkgc.c



Hello

I seem to have found a bug in gdk (from gtk+ 0.99.4) in the file
gdk/gdkgc.c line 432 it says:

    case GDK_XOR:
      XSetFunction (private->xdisplay, private->xgc, GXor);
      break;

However, it should say:

    case GDK_XOR:
      XSetFunction (private->xdisplay, private->xgc, GXxor);
      break;                                           ^
                                                       |

Sorry for no filing a proper path -- but I am not very familiar
with diff.... 

regards

Jesper

--
Jesper Skovhus Thomsen 
Department of Cell Biology
Institute of Anatomy
University of Aarhus
Denmark



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]