After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 337032 - gdkpixmap-win32.c: GDK_IS_SCREEN is undefined
gdkpixmap-win32.c: GDK_IS_SCREEN is undefined
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Win32
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-win32 maintainers
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2006-04-03 13:25 UTC by Kazuki Iwamoto
Modified: 2006-04-03 18:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kazuki Iwamoto 2006-04-03 13:25:13 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:
Comment 1 Matthias Clasen 2006-04-03 18:12:07 UTC
2006-04-03  Matthias Clasen  <mclasen@redhat.com>

	* gdk/win32/gdkpixmap-win32.c: Include gdksreen.h  (#337032,
	 Kazuki IWAMOTO)