Cleanup externs.

git-svn-id: svn://10.0.0.236/trunk@38566 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ramiro%netscape.com
1999-07-07 02:21:31 +00:00
parent 74dcb7687c
commit 49e9dcdf0a

View File

@@ -26,20 +26,11 @@
#include "nsIServiceManager.h"
#include "nsITimer.h"
#include "xlibrgb.h"
static NS_DEFINE_IID(kEventQueueServiceCID, NS_EVENTQUEUESERVICE_CID);
static NS_DEFINE_IID(kIEventQueueServiceIID, NS_IEVENTQUEUESERVICE_IID);
extern "C"
void
xlib_rgb_init (Display *display, Screen *screen);
extern "C"
Visual *
xlib_rgb_get_visual (void);
extern "C" XVisualInfo *
xlib_rgb_get_visual_info (void);
// this is so that we can get the timers in the base. most widget
// toolkits do this through some set of globals. not here though. we
// don't have that luxury