mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
New file misc.h
This is the new file misc.h, with the function prototypes for misc.c. This file is created using misc.c and removing the prototypes from funcs.h
This commit is contained in:
committed by
Carlos R. Mafra
parent
25b5ca2566
commit
41da1b30db
@@ -38,13 +38,13 @@
|
||||
#include <WINGs/WUtil.h>
|
||||
#include <wraster.h>
|
||||
|
||||
#include "misc.h"
|
||||
#include "WindowMaker.h"
|
||||
#include "GNUstep.h"
|
||||
#include "screen.h"
|
||||
#include "wcore.h"
|
||||
#include "window.h"
|
||||
#include "framewin.h"
|
||||
#include "funcs.h"
|
||||
#include "dialog.h"
|
||||
#include "xutil.h"
|
||||
#include "xmodifier.h"
|
||||
@@ -53,6 +53,9 @@
|
||||
extern WPreferences wPreferences;
|
||||
#define ICON_SIZE wPreferences.icon_size
|
||||
|
||||
/**** Local prototypes *****/
|
||||
static void UnescapeWM_CLASS(char *str, char **name, char **class);
|
||||
|
||||
/* XFetchName Wrapper */
|
||||
Bool wFetchName(Display *dpy, Window win, char **winname)
|
||||
{
|
||||
@@ -862,7 +865,7 @@ char *EscapeWM_CLASS(char *name, char *class)
|
||||
return ret;
|
||||
}
|
||||
|
||||
void UnescapeWM_CLASS(char *str, char **name, char **class)
|
||||
static void UnescapeWM_CLASS(char *str, char **name, char **class)
|
||||
{
|
||||
int i, j, k, dot;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user