comparison plugins/docklet/docklet-win32.c @ 9863:0e3a84f18467

[gaim-migrate @ 10742] Whitespace and comment changes, mostly. And changed a few other things that aren't ansi c... committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 25 Aug 2004 03:09:08 +0000
parents 4d05b6e9e9cd
children d082b2a71ee7
comparison
equal deleted inserted replaced
9862:ce03c2646a40 9863:0e3a84f18467
126 wcex.lpszClassName = wname; 126 wcex.lpszClassName = wname;
127 wcex.hIconSm = NULL; 127 wcex.hIconSm = NULL;
128 128
129 RegisterClassEx(&wcex); 129 RegisterClassEx(&wcex);
130 130
131 // Create the window 131 /* Create the window */
132 return (CreateWindow(wname, "", 0, 0, 0, 0, 0, GetDesktopWindow(), NULL, wgaim_hinstance(), 0)); 132 return (CreateWindow(wname, "", 0, 0, 0, 0, 0, GetDesktopWindow(), NULL, wgaim_hinstance(), 0));
133 } 133 }
134 134
135 static void systray_init_icon(HWND hWnd, HICON icon) { 135 static void systray_init_icon(HWND hWnd, HICON icon) {
136 char* locenc=NULL; 136 char* locenc=NULL;