mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 12:25:07 +00:00
kdrive: export KdSetSuspend()
Allow it to be used by other places, eg. upcoming Xfbdev. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
d30b04499d
commit
2c91c8ad1d
@@ -136,8 +136,7 @@ KdDoSwitchCmd(const char *reason)
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
KdSuspend(void)
|
||||
void KdSuspend(void)
|
||||
{
|
||||
KdCardInfo *card;
|
||||
KdScreenInfo *screen;
|
||||
|
||||
@@ -336,6 +336,8 @@ void KdSetColormap(ScreenPtr pScreen);
|
||||
/* kdrive.c */
|
||||
extern miPointerScreenFuncRec kdPointerScreenFuncs;
|
||||
|
||||
void KdSuspend(void);
|
||||
|
||||
void
|
||||
KdDisableScreen(ScreenPtr pScreen);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user