Re: Not work "gdk_imlib_copy_image"! why?

2001-04-04 Thread Helmethead
haven't touched imlib for a while, but one thing is you must call gdk_imlib_render() before gdk_imlib_load_image() I think On Sun, Apr 01, 2001 at 10:37:40PM +0900, À¯´ë»ó wrote: > /* > * Usage : test > * > */ > > > > #include > #include > > int main(int argc, char **argv) > { >

Not work "gdk_imlib_copy_image"! why?

2001-04-02 Thread 유대상
/*  * Usage : test   *  */       #include #include   int main(int argc, char **argv)  {   /* Be nice and tell the user if they don't, to provide a file as an arg */    if (argc<=1)  {    printf("Usage:\n %s image_file\n",argv[0]);    exit(1);  }/