comparison gtk/dw.c @ 1831:ce7543633fef

Slight typo in that last commit fixed.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 31 Oct 2012 10:52:31 +0000
parents 6b90c7e9e520
children b35e041fc114
comparison
equal deleted inserted replaced
1830:6b90c7e9e520 1831:ce7543633fef
4601 * (BMP on OS/2 or Windows, XPM on Unix) 4601 * (BMP on OS/2 or Windows, XPM on Unix)
4602 */ 4602 */
4603 HWND dw_bitmapbutton_new_from_file(char *text, unsigned long id, char *filename) 4603 HWND dw_bitmapbutton_new_from_file(char *text, unsigned long id, char *filename)
4604 { 4604 {
4605 GtkWidget *tmp; 4605 GtkWidget *tmp;
4606 GtkWidget *button; 4606 GtkWidget *bitmap;
4607 int _locked_by_me = FALSE; 4607 int _locked_by_me = FALSE;
4608 4608
4609 DW_MUTEX_LOCK; 4609 DW_MUTEX_LOCK;
4610 /* Create a new button */ 4610 /* Create a new button */
4611 tmp = gtk_button_new(); 4611 tmp = gtk_button_new();