staticgraphics.c
来自「用于移动设备上的java虚拟机源代码」· C语言 代码 · 共 29 行
C
29 行
/* * @(#)staticGraphics.c 1.2 02/09/04 @(#) * * Copyright (c) 2002 Sun Microsystems, Inc. All rights reserved. * PROPRIETARY/CONFIDENTIAL * Use is subject to license terms. *//*========================================================================= * Include files *=======================================================================*/#define STRICT#include <windows.h>#include "staticGraphics.h"#include "phone.h"#include "topbar.h"#include "grayLED.h"#include "greenLED.h"#include "bkliteTop.h"#include "bkliteBottom.h"#include "bkliteLeft.h"#include "bkliteRight.h"#include "trustedicon.h"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?