?? wm_setdesktopcolor.lst
字號:
C51 COMPILER V8.05a WM_SETDESKTOPCOLOR 04/11/2008 14:19:55 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE WM_SETDESKTOPCOLOR
OBJECT MODULE PLACED IN WM_SetDesktopColor.obj
COMPILER INVOKED BY: D:\Program Files\keil\C51\BIN\C51.EXE gui\WM\WM_SetDesktopColor.c LARGE BROWSE MDU_F120 DEBUG OBJEC
-TEXTEND PRINT(.\WM_SetDesktopColor.lst) OBJECT(WM_SetDesktopColor.obj)
line level source
1 /*
2 *********************************************************************************************************
3 * uC/GUI
4 * Universal graphic software for embedded applications
5 *
6 * (c) Copyright 2002, Micrium Inc., Weston, FL
7 * (c) Copyright 2002, SEGGER Microcontroller Systeme GmbH
8 *
9 * 礐/GUI is protected by international copyright laws. Knowledge of the
10 * source code may not be used to write a similar product. This file may
11 * only be used in accordance with a license and should not be redistributed
12 * in any way. We appreciate your understanding and fairness.
13 *
14 ----------------------------------------------------------------------
15 File : WM_SetDesktopColor.c
16 Purpose : Windows manager, add. module
17 ----------------------------------------------------------------------
18 */
19
20
21 #include "WM_Intern.h"
22
23 #if GUI_WINSUPPORT /* If 0, WM will not generate any code */
/*********************************************************************
*
* Public code
*
**********************************************************************
*/
GUI_COLOR WM_SetDesktopColor(GUI_COLOR Color) {
GUI_COLOR r;
r = WM__BkColor;
WM__BkColor = Color;
WM_InvalidateWindow(WM__FirstWin);
return r;
}
#else
42
43 void WM_SetDesktopColor_c(void) {} /* avoid empty object files */
44
45 #endif /* WM_MAX_WINDOW */
MODULE INFORMATION: STATIC OVERLAYABLE
CODE SIZE = 1 ----
CONSTANT SIZE = ---- ----
XDATA SIZE = ---- ----
PDATA SIZE = ---- ----
DATA SIZE = ---- ----
IDATA SIZE = ---- ----
C51 COMPILER V8.05a WM_SETDESKTOPCOLOR 04/11/2008 14:19:55 PAGE 2
BIT SIZE = ---- ----
END OF MODULE INFORMATION.
C51 COMPILATION COMPLETE. 0 WARNING(S), 0 ERROR(S)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -