From 494d4aadab6c2afbbbbd14a2d6832f18192a8687 Mon Sep 17 00:00:00 2001 From: mazze Date: Wed, 26 Jan 2011 18:45:29 +0000 Subject: [PATCH] modeID doesn't exist anymore. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@36826 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- rom/graphics/getdisplayinfodata.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rom/graphics/getdisplayinfodata.c b/rom/graphics/getdisplayinfodata.c index 8369df0939..edb1039cd8 100644 --- a/rom/graphics/getdisplayinfodata.c +++ b/rom/graphics/getdisplayinfodata.c @@ -118,8 +118,8 @@ static ULONG compute_numbits(HIDDT_Pixel mask); return 0; } - D(bug("GetDisplayInfoData(handle=%d, modeid=%x, tagID=%x)\n" - , (ULONG)handle, modeid, tagID)); + D(bug("GetDisplayInfoData(handle=%d, tagID=%x)\n" + , (ULONG)handle, tagID)); /* Build the queryheader */ structsize = check_sizes(tagID, size); -- 2.11.4.GIT