⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 guimisc.c

📁 这个是boot gui的程序
💻 C
字号:
/*
 *  Start of Zoran Standard Header
 *  Copyright (c) 2005 Zoran Corporation
 *  
 *  
 *  All rights reserved.  Proprietary and confidential.
 *  
 *  DESCRIPTION for guimisc.c
 *      Graphical User Interface, miscellaneous routines.
 *      These are mostly stuf routines required to get the
 *      system to link.
 *  
 *  NEW HISTORY COMMENT (description must be followed by a blank line)
 *  <Enter change description here>

 *  ===== HISTORY of changes in //depot/imgeng/sw/se_gw/gui/guimisc.c
 *  
 *  14/Dec/05 #3  dstrauss  Moved UImode() top guistatus.c
 *   1/Dec/05 #2  dstrauss  Removed g_powerOn, g_powerWasOff, and 
 *                          SetPowerOnOff().
 *  29/Nov/05 #1  dstrauss  Created.
 *  
 *  
 *  End of Zoran Standard Header
 */

#include "standard.h"
#include "propman.h"
#include "job.h"
#include "uitypes.h"
#include "uigdi.h"

void FPprintFatalTextAtLine0(char* pText)
{
   return;
}

void FPprintFatalText(char *pText)
{
}


void SetPictBridgeCancel(void)
{
   return;
}

void FPwake(void)
{
}

int PromptingForAlignment(void)
{
   return (FALSE);
}

void CopyComplete(JOB* pJob, int copynum)
{
   return;
}


int ActiveHiResRender(void)
{
   return (FALSE);
}

void	ReleasePhotoAppResources(int relall)
{
   return;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -