GNOME Bugzilla – Bug 337032
gdkpixmap-win32.c: GDK_IS_SCREEN is undefined
Last modified: 2006-04-03 18:12:07 UTC
Please describe the problem: GDK_IS_SCREEN is used without define. gdkscreen.h should be included in gdkpixmap-win32.c. Steps to reproduce: 1. compile by Visual C++ Actual results: following message is displayed. gdkpixmap-win32.c(456) : error C4013: 'GDK_IS_SCREEN' undefined; assuming extern returning int Expected results: Add '#include "gdkscreen.h"' Does this happen every time? Other information:
2006-04-03 Matthias Clasen <mclasen@redhat.com> * gdk/win32/gdkpixmap-win32.c: Include gdksreen.h (#337032, Kazuki IWAMOTO)